Nuxt/test/fixtures/basic/pages
Daniel Roe d862a6bfdd
fix(nuxt)!: `refresh` to override previous requests by default (#8190)
2022-10-15 13:02:23 +02:00
..
another-parent fix(nuxt3): use `path` for uniqueness of routes when resolving (#3895) 2022-03-25 12:55:05 +01:00
async-parent fix(nuxt): page hydration and double load (#7940) 2022-10-08 16:18:57 +02:00
fixed-keyed-child-parent fix(nuxt): page hydration and double load (#7940) 2022-10-08 16:18:57 +02:00
invalid-root feat(nuxt): add warning in dev mode if layouts/pages do not have a single root node (#5469) 2022-08-23 12:25:48 +02:00
keyed-child-parent fix(nuxt): page hydration and double load (#7940) 2022-10-08 16:18:57 +02:00
legacy docs: add information on how to use options api asyncData (#7019) 2022-08-29 12:02:24 +02:00
nested/[foo] test: add more tests (#3532) 2022-03-08 19:03:21 +01:00
parent fix(nuxt3): use `path` for uniqueness of routes when resolving (#3895) 2022-03-25 12:55:05 +01:00
prefetch feat(nuxt): allow programmatically prefetching global components (#6661) 2022-08-23 21:12:22 +02:00
random feat(nuxt): support prefetching `<nuxt-link>` (#4329) 2022-09-13 22:20:23 +02:00
route-rules feat(nuxt): add `ssr` route rule to enable SPA mode (#7938) 2022-10-11 17:03:52 +01:00
useAsyncData fix(nuxt)!: `refresh` to override previous requests by default (#8190) 2022-10-15 13:02:23 +02:00
[...slug].vue feat(pages): add `validate` hook for `definePageMeta` (#7870) 2022-10-10 11:18:20 +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 feat(nuxt): `app.config` with hmr and reactivity support (#6333) 2022-08-17 17:23:13 +02:00
assets.vue feat(nuxt): payload rendering support (#6455) 2022-09-10 15:57:16 +02:00
async-parent.vue fix(nuxt): page hydration and double load (#7940) 2022-10-08 16:18:57 +02:00
auth.vue test: add more tests (#3532) 2022-03-08 19:03:21 +01:00
client-only-components.vue fix(nuxt): remove fragment from `createClientOnly` (#7774) 2022-10-03 16:14:55 +02:00
client-only-explicit-import.vue feat(nuxt): wrap `#components` client exports with createClientOnly (#7412) 2022-10-11 16:26:03 +01:00
client.vue feat(nuxt): wrap `#components` client exports with createClientOnly (#7412) 2022-10-11 16:26:03 +01:00
error.vue fix(nuxt): don't override payload error if it is present (#7290) 2022-09-06 18:21:53 +02:00
fixed-keyed-child-parent.vue fix(nuxt): page hydration and double load (#7940) 2022-10-08 16:18:57 +02:00
head.vue feat(nuxt): migrate to latest `@vueuse/head` (#8000) 2022-10-12 18:00:17 +01:00
index.vue fix(nuxt): allow auto-import component with same filename (#7713) 2022-10-03 15:38:43 +02:00
internal-layout.vue fix(nuxt): page hydration and double load (#7940) 2022-10-08 16:18:57 +02:00
keyed-child-parent.vue fix(nuxt): page hydration and double load (#7940) 2022-10-08 16:18:57 +02:00
keyed-composables.vue fix(webpack): don't parse styles for composable keys (#7333) 2022-09-08 10:55:30 +02:00
navigate-to-external.vue feat(nuxt): `navigateTo` supports external redirects (#5022) 2022-08-24 18:04:56 +02:00
navigate-to-redirect.vue fix(nuxt): add missing `process.client` for early redirect in navigateTo (#7625) 2022-09-19 10:54:35 +02:00
navigate-to.vue fix(nuxt): respect baseurl when redirecting (and universal router) (#4933) 2022-05-11 19:33:29 +02:00
no-auth.vue fix(pages): ignore expression delimiters within quotes (#6033) 2022-07-21 15:49:48 +02:00
parent.vue fix(nuxt3): use `path` for uniqueness of routes when resolving (#3895) 2022-03-25 12:55:05 +01:00
plugins.vue feat: support async plugins and middlewares (#3884) 2022-04-01 11:55:23 +02:00
redirect.vue feat(nuxt): support `redirect` within page metadata (#7746) 2022-09-22 15:54:34 +02:00
styles.vue feat(nuxt, vite): inline global and component styles in server response (#7160) 2022-09-03 15:03:30 +02:00
with-dynamic-layout.vue feat(nuxt): add `setPageLayout` utility (#6826) (#7075) 2022-08-31 10:02:48 +02:00
with-layout.vue fix(nuxt): page hydration and double load (#7940) 2022-10-08 16:18:57 +02:00
with-layout2.vue fix(nuxt): page hydration and double load (#7940) 2022-10-08 16:18:57 +02:00