-
Notifications
You must be signed in to change notification settings - Fork 989
Closed
Labels
Description
Environment
- Operating System: Linux
- Node Version: v22.14.0
- Nuxt Version: 3.16.1
- CLI Version: 3.23.1
- Nitro Version: 2.11.7
- Package Manager: [email protected]
- Builder: -
- User Config: devtools, typescript, css, compatibilityDate, devServer, vite, runtimeConfig, app, ui, modules
- Runtime Modules: @nuxt/[email protected], @pinia/[email protected], pinia-plugin-persistedstate/[email protected]
- Build Modules: -
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.1
Reproduction
Description
I don't know if this issue is related to this one : #3660
When I selects items the @change is triggered as expected, but when I remove items it's never triggered (while modelValue is updated as intended).
Additional context
No response