Nuxt/test/fixtures/basic
Daniel Roe 653856627c
fix(nuxt): reuse intermediate setup state in <ClientOnly> (#25009)
Co-authored-by: julien huang <julien.huang@outlook.fr>
2024-01-02 21:04:58 +00:00
..
assets fix(vite): emit assets referenced in inline css (#21790) 2023-06-26 13:11:12 +01:00
components fix(nuxt): reuse intermediate setup state in <ClientOnly> (#25009) 2024-01-02 21:04:58 +00:00
composables fix(nuxt): provide route component names to KeepAlive cache (#24024) 2023-11-14 16:56:31 +00:00
extends fix(nuxt): give priority to later middleware when deduping (#23552) 2023-10-12 23:21:02 +01:00
layouts chore: update to use @nuxt/eslint-config (#24209) 2023-11-09 18:01:13 +01:00
middleware fix(nuxt): load layer middlewares before project middlewares (#22925) 2023-09-16 09:39:51 +01:00
modules feat(kit): load /module or /nuxt module subpath if it exists (#24707) 2023-12-12 17:55:21 +00:00
other-components-folder
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): clone cookie to detect changes within object (#25007) 2024-01-02 15:37:19 +00:00
plugins feat(nuxt): allow plugins to specify dependencies (#24127) 2023-12-14 17:11:08 +00:00
public feat(kit,nuxt): respect nuxt ignore patterns in nitro (#22808) 2023-08-25 13:08:38 +01:00
server fix(nuxt): avoid recursive ssr errors (#24399) 2023-11-22 09:58:29 +00:00
utils
.gitignore
.nuxtignore feat(kit,nuxt): respect nuxt ignore patterns in nitro (#22808) 2023-08-25 13:08:38 +01:00
app.config.ts
error.vue feat(nuxt): add path to error.data when throwing 404 errors (#24674) 2023-12-11 20:30:59 +00:00
nuxt.config.ts refactor(schema): introduce future and features namespace (#24880) 2023-12-25 14:03:29 +00:00
package.json chore: add explicit vue dependency in fixtures 2023-07-06 13:07:17 +01:00
some-exports.ts
tsconfig.json