Nuxt/packages/nuxt/src/app
2023-07-31 23:56:37 +01:00
..
compat fix(nuxt): make onNuxtReady safe to run on server-side (#18706) 2023-02-02 05:27:48 -08:00
components fix(nuxt): name is an optional prop for <NuxtLayout> 2023-07-31 13:22:22 +01:00
composables fix(nuxt): support uppercase route methods in useFetch (#22418) 2023-07-31 23:56:37 +01:00
plugins fix(nuxt): skip view transitions where there is no route change (#22140) 2023-07-14 14:49:57 +01:00
types feat(nuxt): expose useNuxtApp to window for convenience (#21636) 2023-06-19 17:17:15 +01:00
config.ts fix(nuxt): clone app config on server (#20278) 2023-04-20 13:33:45 +01:00
entry-spa.ts perf(vite): use stub entry in vite server build when ssr: false (#18782) 2023-02-06 15:25:24 -08:00
entry.async.ts refactor: split out type imports from value imports (#9225) 2022-12-11 21:44:52 +00:00
entry.ts perf(nuxt): extract and apply plugin order at build time (#21611) 2023-06-20 00:00:03 +01:00
index.ts feat(nuxt): polyfill idle callback utils (#21863) 2023-07-20 09:53:29 +01:00
nuxt.ts feat(nuxt): environment-specific plugin execution for islands (#20726) 2023-07-30 22:36:11 +01:00