Nuxt/test/fixtures/basic/pages
2023-07-31 09:51:09 +01:00
..
another-parent
async-parent
fixed-keyed-child-parent
hydration fix(nuxt): avoid premature hydration when using async layouts (#22198) 2023-07-19 07:55:53 +01:00
instance fix(nuxt): prioritise vue app context when available (#20910) 2023-05-17 13:26:16 +01:00
invalid-root
keyed-child-parent
keyed-composables fix(vite): fix issue detecting shadowed keyed composables (#21891) 2023-07-05 11:35:45 +02:00
layout-switch fix(nuxt): fix error on layout switching (#21450) 2023-06-23 11:02:01 +01:00
layouts
legacy fix(nuxt): key distinct pages differently for legacy asyncData (#21263) 2023-06-05 19:36:26 +01:00
nested/[foo] feat(nuxt): add experimental typedPages option (#20367) 2023-05-09 18:08:07 +01:00
nuxt-link feat(nuxt): add experimental typedPages option (#20367) 2023-05-09 18:08:07 +01:00
parent
prefetch perf(nuxt): use prerendered islands to serialise/revive payload (#21461) 2023-06-14 10:09:27 +01:00
random feat(nuxt): add experimental typedPages option (#20367) 2023-05-09 18:08:07 +01:00
route-rules
server-components/lazy feat(nuxt): allow 'lazy' (non-blocking) server components (#21918) 2023-07-31 09:51:09 +01:00
suspense fix(nuxt): preserve old vnode when leaving nested route (#21823) 2023-07-05 12:39:39 +02:00
useAsyncData feat(nuxt): return status from useAsyncData (#21045) 2023-06-09 22:38:14 +01:00
wrapper-expose feat(nuxt): allow accessing NuxtLayout ref via layoutRef (#19465) 2023-06-10 23:17:14 +01:00
[...slug].vue feat(nuxt): add experimental typedPages option (#20367) 2023-05-09 18:08:07 +01:00
another-parent.vue fix(nuxt3): use path for uniqueness of routes when resolving (#3895) 2022-03-25 12:55:05 +01:00
app-config.vue
assets.vue
async-parent.vue
auth.vue
chunk-error.vue feat(nuxt): support async transform of object properties (#20182) 2023-04-10 14:57:13 -07:00
client-fallback.vue feat(nuxt): allow keeping fallback for NuxtClientFallback (#20336) 2023-05-14 22:22:54 +01:00
client-only-components.vue fix(nuxt): bind createClientOnly render function to ctx (#22289) 2023-07-24 09:00:31 +01:00
client-only-explicit-import.vue
client.vue
cookies.vue fix(nuxt): omit Set-Cookie header if value is null (#21072) 2023-05-26 14:42:12 -05:00
empty.ts fix(nuxt): handle pages with no content and log warning (#20373) 2023-04-19 17:58:43 +01:00
error.vue fix(nuxt): call app:error in SSR before rendering error page (#20511) 2023-04-26 14:36:59 +01:00
extends.vue
fixed-keyed-child-parent.vue
head-script-setup.vue feat(nuxt): add useHeadSafe and remove layer around head imports (#19548) 2023-03-10 00:01:21 -08:00
head.vue
index.vue fix(nuxt): stop loading indicator on navigation failure (#21751) 2023-07-03 12:14:17 +01:00
internal-layout.vue
islands.vue feat(nuxt): full scoped slots support for server components (#20284) 2023-05-15 23:43:53 +01:00
json-payload.vue fix(nuxt): handle serialising empty bigint (#21257) 2023-05-30 13:53:04 +02:00
jsx.vue
keyed-child-parent.vue
legacy-async-data-fail.vue fix(nuxt): throw errors when running legacy asyncData (#20535) 2023-04-27 11:51:33 +01:00
middleware-abort-non-fatal.vue fix(nuxt): stop loading indicator on navigation failure (#21751) 2023-07-03 12:14:17 +01:00
middleware-abort.vue fix(nuxt): show error page after fatal abortNavigation (#21047) 2023-05-25 13:29:22 -05:00
navigate-to-api.vue fix(nuxt): handle external navigation to api routes (#19829) 2023-03-20 17:15:01 +00:00
navigate-to-error.vue fix(nuxt): skip vue render when redirecting (#21412) 2023-06-07 13:18:50 +01:00
navigate-to-external.vue fix(nuxt): respect query/hash for external routes in navigateTo (#21500) 2023-06-11 22:27:02 +01:00
navigate-to-forbidden.vue fix(nuxt): show client error if no page matches after validate fails (#18978) 2023-02-16 04:56:14 -08:00
navigate-to-redirect.vue fix(nuxt): return RenderResponse for redirects (#20496) 2023-04-28 11:18:03 +01:00
navigate-to.vue fix(nuxt): respect redirects which differ only by trailing slash (#18593) 2023-02-16 09:26:15 -08:00
no-auth.vue
no-scripts.vue feat(nuxt): add experimentalNoScripts route rule (#19805) 2023-04-11 07:17:44 -07:00
parent.vue
plugins.vue
redirect.vue
styles.vue fix(nuxt): inline css directly in root component (#21573) 2023-06-20 19:28:44 +01:00
suspense.vue fix(nuxt): preserve old vnode when leaving nested route (#21823) 2023-07-05 12:39:39 +02:00
tree-shake.vue feat(nuxt): allow configuring treeshakeable composables (#19383) 2023-03-07 01:30:05 -08:00
url.vue feat(nuxt): add useRequestURL helper (#20765) 2023-05-13 22:09:37 +01:00
vueuse-head.vue perf(head): drop @vueuse/head dependency (#19519) 2023-03-08 07:32:24 -08:00
with-computed-layout.vue
with-dynamic-layout.vue
with-layout2.vue
with-layout.vue