Open
Description
Environment
- OS: tested on macOS (with nuxtUI v3+) and StackBlitz (with nuxtUI 2+)
Is this bug related to Nuxt or Vue?
Nuxt
Version
^3.1.3
Reproduction
https://stackblitz.com/edit/nuxt-ui-bhmakssh?file=app.vue
Description
While toogling visibility of a nuxt UI component with v-if work perfectly, toggling visibility with v-show does not work as expected (style="display: none;" remaine applied)
Additional context
No response