Nuxt/test/fixtures/basic/pages
2024-12-24 14:25:09 +00:00
..
(new-group) feat(nuxt): allow organising pages within route groups (#28276) 2024-08-12 22:16:04 +01:00
another-parent
async-parent
catchall test: move catchall path to subdirectory (#29331) 2024-10-08 20:02:42 +01:00
client-only-page test: disable pageTransition in client-only page (#27839) 2024-07-23 22:44:35 +02:00
composables feat(nuxt): add onPrehydrate lifecycle hook (#27037) 2024-05-07 15:04:21 +01:00
define-nuxt-component fix(nuxt): don't overwrite existing scope in runWithContext (#26976) 2024-05-03 11:27:38 +01:00
experimental test: slightly improve test reliability (#27811) 2024-06-25 08:48:39 +02:00
fixed-keyed-child-parent
hydration
ignore
import-components
instance
invalid-root
keepalive chore: fix small typos (#26907) 2024-04-23 13:53:11 +01:00
keyed-child-parent
keyed-composables
layout-switch
layouts
lazy-import-components
legacy
nested
nested-group feat(nuxt): allow organising pages within route groups (#28276) 2024-08-12 22:16:04 +01:00
non-ascii
nuxt-link fix(nuxt): handle more edge cases with external/custom links (#27487) 2024-06-13 16:39:37 +01:00
parent
prefetch
prerender fix(nuxt): use routeRules to hint pages to prerender (#29172) 2024-09-26 17:07:46 +01:00
preview
random
route-provider
route-rules
server-components/lazy
suspense
useAsyncData fix(nuxt): treat client useAsyncData calls as async boundaries (#30343) 2024-12-24 14:25:09 +00:00
wrapper-expose
another-parent.vue
app-config.vue
assets-custom.vue fix(vite): ignore query/hash when resolving public assets (#27306) 2024-05-22 15:40:29 +01:00
assets.vue
async-context.vue
async-parent.vue
auth.vue
chunk-error.vue refactor(nuxt): use vite:preloadError event (#28862) 2024-09-11 11:01:55 +01:00
client-fallback.vue
client-only-components.vue perf(nuxt): avoid making client-only component setup async (#28334) 2024-08-12 09:37:43 +01:00
client-only-explicit-import.vue
client-server.vue
client.vue chore: fix some typos in comments (#28501) 2024-08-12 10:42:47 +01:00
cookies.vue fix(nuxt): handle deleted cookies from CookieStore events (#28760) 2024-08-30 14:37:19 +01:00
empty.ts
error.vue
extends.vue chore: fix small typos (#26907) 2024-04-23 13:53:11 +01:00
fixed-keyed-child-parent.vue
head-script-setup.vue
head.vue
index.vue test: add regression test for using route in template (#28967) 2024-09-13 12:31:26 +01:00
inline-only-css.vue
internal-layout.vue
islands.vue fix(nuxt): use pascal name when loading server component (#27928) 2024-07-01 09:07:25 +01:00
json-payload.vue
jsx.vue
keepalive.vue
keyed-child-parent.vue
legacy-async-data-fail.vue
meta.vue chore(deps): update all non-major dependencies (main) (#28321) 2024-08-05 16:33:27 +01:00
middleware-abort-non-fatal.vue
middleware-abort.vue
namespace-nuxt-app.vue feat(nuxt): support multiple nuxtApps at runtime (#27068) 2024-05-08 13:32:45 +01:00
navigate-to-api.vue
navigate-to-error.vue
navigate-to-external.vue
navigate-to-forbidden.vue test: move catchall path to subdirectory (#29331) 2024-10-08 20:02:42 +01:00
navigate-to-redirect.vue
navigate-to-validate-custom-error.vue fix(nuxt): allow customising status code in validate method (#28612) 2024-08-21 12:51:22 +01:00
navigate-to.vue
no-auth.vue
no-scripts.vue
nuxt-teleport.vue
once-nav-initial.vue feat(nuxt): add mode: 'navigation' to callOnce (#30260) 2024-12-18 11:41:15 +00:00
once.vue
parent.vue
plugins.vue
redirect-with-encode.vue fix(nuxt): use URL to encode redirected URLs (#27822) 2024-06-26 11:58:45 +02:00
redirect.vue
route-announcer2.vue
route-announcer.vue
server-page.server.vue feat(nuxt): allow server islands to manipulate head (#27987) 2024-08-22 13:05:39 +01:00
styles.vue
suspense.vue
teleport.vue
tree-shake.vue
tsx-page-meta.vue fix(nuxt): handle tsx code when extracting pageMeta/routeRules (#27583) 2024-06-13 14:44:08 +01:00
url.vue
use-id.vue
validate-custom-error.vue fix(nuxt): allow customising status code in validate method (#28612) 2024-08-21 12:51:22 +01:00
vueuse-head.vue
with-computed-layout.vue
with-dynamic-layout.vue
with-layout2.vue
with-layout.vue