-
Notifications
You must be signed in to change notification settings - Fork 934
Labels
Description
Environment
- Operating System: Darwin
- Node Version: v22.14.0
- Nuxt Version: -
- CLI Version: 3.25.0
- Nitro Version: -
- Package Manager: [email protected]
- Builder: -
- User Config: -
- Runtime Modules: -
- Build Modules: -
Is this bug related to Nuxt or Vue?
Vue
Version
3.1.0
Reproduction
NA
Description
I’m using Vue 3 with Inertia. I upgraded to v3.1 and now it behaves strangely: components—like a dropdown menu inside a button group—redirect instead of honoring the onSelect and performing the intended actions. In my case, I want to update a ref when clicking a dropdown item and open a drawer containing a form.
Additional context
Laravel 12 with vue 3 and nuxtui 3.1
Logs
boulama, juliomrqz and jvbianchi