Nuxt/test/fixtures/basic
Julien Huang 48fb6e243b
fix(nuxt): scroll to top by default on dynamic routes (#22403)
2023-09-06 20:44:59 +01:00
..
assets fix(vite): emit assets referenced in inline css (#21790) 2023-06-26 13:11:12 +01:00
components feat(nuxt): allow experimental `global: 'sync'` components (#22558) 2023-08-09 12:19:00 +01:00
composables fix(nuxt): respect ignorelist when scanning auto-imports (#22782) 2023-08-24 13:42:15 +01:00
extends fix(nuxt): load layer plugins before project plugins (#22889) 2023-09-04 23:41:51 +01:00
layouts fix(nuxt): fix error on layout switching (#21450) 2023-06-23 11:02:01 +01:00
middleware fix(nuxt): ensure middleware is processed when returning `true` (#22905) 2023-08-31 10:19:26 +01:00
modules fix(nuxt): scroll to top by default on dynamic routes (#22403) 2023-09-06 20:44:59 +01:00
other-components-folder fix(nuxt3): generate imports for components with named exports correctly (#3288) 2022-02-17 15:23:55 +01:00
other-composables-folder fix(vite): use `''` key for root scope in variable collector (#22679) 2023-08-17 15:35:28 +02:00
pages fix(nuxt): scroll to top by default on dynamic routes (#22403) 2023-09-06 20:44:59 +01:00
plugins fix(nuxt): load layer plugins before project plugins (#22889) 2023-09-04 23:41:51 +01:00
public feat(kit,nuxt): respect nuxt ignore patterns in nitro (#22808) 2023-08-25 13:08:38 +01:00
server feat(kit,nuxt): respect nuxt ignore patterns in nitro (#22808) 2023-08-25 13:08:38 +01:00
utils feat(nuxt): scan composables with star export (#19249) 2023-03-01 04:24:46 -08:00
.gitignore fix(nuxt): transform extends layers within `node_modules` (#5042) 2022-06-10 15:33:16 +02:00
.nuxtignore feat(kit,nuxt): respect nuxt ignore patterns in nitro (#22808) 2023-08-25 13:08:38 +01:00
app.config.ts feat(nuxt): `app.config` with hmr and reactivity support (#6333) 2022-08-17 17:23:13 +02:00
error.vue fix(nuxt): show client error if no page matches after validate fails (#18978) 2023-02-16 04:56:14 -08:00
nuxt.config.ts feat(nuxt): add support for `routeRules` defined within pages (#20391) 2023-08-23 21:38:17 +01:00
package.json chore: add explicit vue dependency in fixtures 2023-07-06 13:07:17 +01:00
some-exports.ts fix(nuxt): detect non-functional imports within page meta (#8881) 2022-11-10 11:31:01 +01:00
tsconfig.json fix: clean up some type issues and add type test suite (#3199) 2022-02-15 10:50:11 +01:00