Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client only components don't respect v-show #15014

Closed
warflash opened this issue Sep 22, 2022 · 0 comments · Fixed by nuxt/framework#7774
Closed

client only components don't respect v-show #15014

warflash opened this issue Sep 22, 2022 · 0 comments · Fixed by nuxt/framework#7774

Comments

@warflash
Copy link
Member

Environment


  • Operating System: Linux
  • Node Version: v16.14.2
  • Nuxt Version: 3.0.0-rc.11
  • Nitro Version: 0.5.4
  • Package Manager: npm@7.17.0
  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants