framework
framework copied to clipboard
client only components don't respect v-show
Environment
- Operating System:
Linux - Node Version:
v16.14.2 - Nuxt Version:
3.0.0-rc.11 - Nitro Version:
0.5.4 - Package Manager:
[email protected] - Builder:
vite - User Config:
- - Runtime Modules:
- - Build Modules:
-
Reproduction
https://stackblitz.com/edit/github-zpzmng-lfbt8x?file=app.vue
Describe the bug
Marking a component as client only using xx.client.vue stops v-show from working and instead displays the component all the time. v-if works fine.
Additional context
No response
Logs
No response