Hi,
When using this module with SSR enabled, the Vuetify components are rendered in the wrong state on the initial page load. When disabling SSR, they are rendered as expected.
I created an example here: https://stackblitz.com/edit/nuxt-vuetify-ssr?file=app.vue
When the container loads, you'll notice none of the v-chips are rendered in active state, even though the v-model ref indicates the v-chips at index 1 and 4 should be in active state. If you disable SSR in nuxt.config.ts and reload the container, you'll notice the v-chips at index 1 and 4 are rendered in active state as expected.
Hi,
When using this module with SSR enabled, the Vuetify components are rendered in the wrong state on the initial page load. When disabling SSR, they are rendered as expected.
I created an example here: https://stackblitz.com/edit/nuxt-vuetify-ssr?file=app.vue
When the container loads, you'll notice none of the v-chips are rendered in active state, even though the v-model ref indicates the v-chips at index 1 and 4 should be in active state. If you disable SSR in
nuxt.config.tsand reload the container, you'll notice the v-chips at index 1 and 4 are rendered in active state as expected.