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

Slideover and Modal @update:open not working with composables #3105

Open
schillerenrico opened this issue Jan 15, 2025 · 3 comments
Open

Slideover and Modal @update:open not working with composables #3105

schillerenrico opened this issue Jan 15, 2025 · 3 comments
Labels
bug Something isn't working triage v3 #1289

Comments

@schillerenrico
Copy link

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 open

Description

@update:open not working as intended. But works in Reka

Additional context

No response

Logs

@schillerenrico schillerenrico added bug Something isn't working triage v3 #1289 labels Jan 15, 2025
@schillerenrico
Copy link
Author

#3086

Copy link
Member

@schillerenrico Why open a duplicate issue?

@schillerenrico
Copy link
Author

thats the bug issue other was not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage v3 #1289
Projects
None yet
Development

No branches or pull requests

2 participants