-
Notifications
You must be signed in to change notification settings - Fork 694
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
Slideover and Modal @update:open not working with composables #3105
Comments
@schillerenrico Why open a duplicate issue? |
thats the bug issue other was not |
8 tasks
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: