You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be fixed, from my testing. I'm curious about the use case for this, We could eventually expand the implementation to standardize specific overlay events.
Environment
Node 22
Nuxt 4
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.0 alpha 11
Reproduction
use
useSlideover().open(slideoverX)
inside slideoverX
<UiSlideover @update:open="() => console.log('opened/closed')">
<--- This wont trigger! Only if you close not when it gets openDescription
@update:open not working as intended. But works in Reka
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: