Nuxt/test/fixtures/basic
Daniel Roe 16bf228437
fix(nuxt): ensure `useError` is called with nuxt app context (#20585)
2023-05-01 23:55: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 chore: remove `@ts-ignore` and fix some issues (#20273) 2023-04-14 13:53:21 +01:00
composables feat(nuxt): allow configuring treeshakeable composables (#19383) 2023-03-07 01:30:05 -08:00
extends perf: remove unused deps and add implicit deps (#20356) 2023-04-19 16:45:13 +01:00
layouts fix(nuxt): allow layouts to receive custom props (#9395) 2022-11-29 13:16:41 +01:00
middleware fix(nuxt): do not redirect when `vue-router` normalises url (#20247) 2023-04-13 03:14:44 -07:00
modules style: enable `sort-imports` eslint rule (#20133) 2023-04-07 09:02:47 -07:00
other-components-folder fix(nuxt3): generate imports for components with named exports correctly (#3288) 2022-02-17 15:23:55 +01:00
pages fix(nuxt): return `RenderResponse` for redirects (#20496) 2023-04-28 11:18:03 +01:00
plugins fix(nuxt): ensure `useError` is called with nuxt app context (#20585) 2023-05-01 23:55:24 +01:00
public fix(nuxt3): use shared module for dynamic paths (#3757) 2022-03-22 16:51:26 +01:00
server fix(nuxt): improve handling of redirects within middleware (#20244) 2023-04-13 02:58:25 -07: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
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 fix(nuxt): improved typing support for app config (#20526) 2023-04-26 14:30:05 +01:00
nuxt.schema.ts fix(nuxt,schema): merge custom and resolved app configs (#19602) 2023-03-11 14:53:28 -08:00
package.json perf: remove unused deps and add implicit deps (#20356) 2023-04-19 16:45:13 +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
types.ts fix(nuxt): return `RenderResponse` for redirects (#20496) 2023-04-28 11:18:03 +01:00