Nuxt/test/fixtures/basic
Toby Faux 32044dc8a5
fix(nuxt): allow union type arguments for `useAsyncData` (#9061)
2022-11-16 15:27:24 +01:00
..
assets fix(nuxt): don't inline styles for per-request `ssr: false` (#8106) 2022-10-12 09:50:16 +01:00
components test: update type test for strict mode (#8669) 2022-11-03 21:22:20 +01:00
composables feat(nuxt): auto-import `utils/` directory (#8817) 2022-11-09 10:43:16 +01:00
extends refactor!: remove deprecated api (#9029) 2022-11-16 03:26:35 +01:00
layouts fix(nuxt): page hydration and double load (#7940) 2022-10-08 16:18:57 +02:00
middleware fix(nuxt): allow `abortMiddleware` to receive a nuxt error or error options (#7335) 2022-09-08 10:52:00 +02:00
modules fix(nuxt): resolve plugins and middleware to their full path (#6350) 2022-08-04 17:15:42 +02:00
other-components-folder fix(nuxt3): generate imports for components with named exports correctly (#3288) 2022-02-17 15:23:55 +01:00
pages refactor(nuxt)!: move `head` option support into `defineNuxtComponent` (#8901) 2022-11-15 15:47:17 +01:00
plugins fix(schema): add declarations to ignore list (#8787) 2022-11-09 10:01:09 +01:00
public fix(nuxt3): use shared module for dynamic paths (#3757) 2022-03-22 16:51:26 +01:00
server/api fix(nuxt): allow union type arguments for `useAsyncData` (#9061) 2022-11-16 15:27:24 +01:00
utils feat(nuxt): auto-import `utils/` directory (#8817) 2022-11-09 10:43:16 +01:00
.gitignore fix(nuxt): transform extends layers within `node_modules` (#5042) 2022-06-10 15:33:16 +02:00
app.config.ts feat(nuxt): `app.config` with hmr and reactivity support (#6333) 2022-08-17 17:23:13 +02:00
nuxt.config.ts refactor!: remove deprecated api (#9029) 2022-11-16 03:26:35 +01:00
package.json chore: use pnpm for framework monorepo (#7895) 2022-10-17 12:10:05 +02: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
types.ts fix(nuxt): allow union type arguments for `useAsyncData` (#9061) 2022-11-16 15:27:24 +01:00