Nuxt/test/fixtures/basic/components
Julien Huang 6d93014c52
feat(nuxt): allow using `nuxt-client` in all components (#25479)
2024-03-06 15:26:19 +00:00
..
Nested fix(nuxt): remove experimental `reactivityTransform` (vue 3.4) (#24477) 2023-11-27 23:02:02 +00:00
client chore: update to use `@nuxt/eslint-config` (#24209) 2023-11-09 18:01:13 +01:00
clientFallback fix(nuxt): handle async children in `ClientFallback` (#24086) 2023-11-03 21:04:26 +00:00
global fix(nuxt): allow importing server components from `#components` (#23188) 2023-09-13 23:35:53 +01:00
islands fix(nuxt): improve return type of `useRequestEvent` (#25480) 2024-01-29 11:48:35 +00:00
1thing.island.vue fix(nuxt): island components with number prefix (#24469) 2023-11-28 22:06:32 +00:00
AsyncServerComponent.server.vue feat(nuxt): allow client components within `NuxtIsland` (#22649) 2023-12-19 12:21:29 +00:00
BreakInAsyncSetup.vue chore: update to use `@nuxt/eslint-config` (#24209) 2023-11-09 18:01:13 +01:00
BreakInSetup.vue feat(nuxt): add `<NuxtClientFallback>` component (#8216) 2023-03-08 13:13:06 -08:00
BreaksServer.client.ts chore: remove `@ts-ignore` and fix some issues (#20273) 2023-04-14 13:53:21 +01:00
ClientOnlyScript.client.vue perf(vite): remove duplicate css links from rendered page when inlined (#7264) 2022-09-07 10:41:08 +02:00
ClientOnlySetupScript.client.vue fix(nuxt): pass params to client-only slot (#6584) 2022-08-17 17:26:51 +02:00
ClientWrapped.client.vue fix(nuxt): reuse intermediate setup state in `<ClientOnly>` (#25009) 2024-01-02 21:04:58 +00:00
ComponentWithIds.vue feat(nuxt): `useId` composable (#23368) 2024-01-30 09:10:13 +00:00
ComponentWithRef.vue chore: update to use `@nuxt/eslint-config` (#24209) 2023-11-09 18:01:13 +01:00
Counter.vue fix(nuxt): remove experimental `reactivityTransform` (vue 3.4) (#24477) 2023-11-27 23:02:02 +00:00
CounterWithNuxtClient.vue feat(nuxt): allow using `nuxt-client` in all components (#25479) 2024-03-06 15:26:19 +00:00
FunctionalComponent.ts feat(nuxt, vite): inline global and component styles in server response (#7160) 2022-09-03 15:03:30 +02:00
GlobalSync.vue feat(nuxt): allow experimental `global: 'sync'` components (#22558) 2023-08-09 12:19:00 +01:00
ServerOnlyComponent.server.vue fix(vite): extract styles for shared chunks (#25455) 2024-01-28 21:25:42 +00:00
ServerOnlyComponentChild.vue fix(vite): extract styles for shared chunks (#25455) 2024-01-28 21:25:42 +00:00
ServerWithClient.server.vue feat(nuxt): allow client components within `NuxtIsland` (#22649) 2023-12-19 12:21:29 +00:00
ServerWithNestedClient.server.vue feat(nuxt): allow using `nuxt-client` in all components (#25479) 2024-03-06 15:26:19 +00:00
SharedComponent.vue fix(vite): extract styles for shared chunks (#25455) 2024-01-28 21:25:42 +00:00
Tsx.tsx fix(nuxt): remove experimental `reactivityTransform` (vue 3.4) (#24477) 2023-11-27 23:02:02 +00:00
WithSuffix.global.vue test: wrap components with `<div>` (#6192) 2022-07-29 11:41:01 +02:00