We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Node 22 Nuxt 4
Nuxt
v3.0.0 alpha 11
use useSlideover().open(slideoverX)
useSlideover().open(slideoverX)
inside slideoverX <UiSlideover @update:open="() => console.log('opened/closed')"> <--- This wont trigger! Only if you close not when it gets open
<UiSlideover @update:open="() => console.log('opened/closed')">
@update:open not working as intended. But works in Reka
No response
The text was updated successfully, but these errors were encountered:
#3086
Sorry, something went wrong.
@schillerenrico Why open a duplicate issue?
thats the bug issue other was not
No branches or pull requests
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: