Joaquín Sánchez
Joaquín Sánchez
Check the docs, you cannot use Vuetify blueprints, it has some limitations, I need to review the logic. I'll check if I can register global aliases.
I guess you should use `useState`: https://nuxt.com/docs/getting-started/state-management
Thats a problem with nuxt and pinia, once solved vuetify component should work, the state will be there unless vuetify components requires additional logic (I guess it should work, I...
https://pinia.vuejs.org/ssr/ https://pinia.vuejs.org/ssr/#state-hydration
There is something failing in VChipGroup, check this repro using pinia: https://stackblitz.com/edit/nuxt-vuetify-ssr-xrmfb1 The chips cannot be selected, I guess the docs and the logic are wrong since the composable group...
maybe you need to use a v-for with object notation
Have you tried selecting the chips? There is no way with or without ssr
@daniandl we're checking what's the change in Nuxt, it is working properly in 3.8.0
@daniandl I'm going to release a new minor (breaking) updating to latest Nuxt (3.8.1), `@nuxt/kit` (2.8.1), Vite (4.5.0) and Vuetify (3.4), it seems there are some internal breaking changes in...
The next minor will not solve the error (linked PR): https://github.com/nuxt/cli/issues/188