-
Notifications
You must be signed in to change notification settings - Fork 872
Closed
Labels
Description
Environment
- Operating System: Linux
- Node Version: v22.14.0
- Nuxt Version: 3.17.1
- CLI Version: 3.25.0
- Nitro Version: 2.11.11
- Package Manager: [email protected]
- Builder: -
- User Config: app, build, colorMode, compatibilityDate, debug, devtools, fonts, future, hooks, i18n, icon, imports, modules, nitro, routeRules, runtimeConfig, security, ssr, sourcemap, css, telemetry, vite
- Runtime Modules: @nuxt/[email protected], @pinia/[email protected], @vueuse/[email protected], @nuxtjs/[email protected], [email protected], @nuxt/[email protected]
- Build Modules: -
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.1.0
Reproduction
https://codesandbox.io/p/devbox/epic-smoke-95wysw?file=%2Fapp%2Fpages%2Findex.vue
Description
Using the @update:model-value
event handler produces type errors with the Select component, starting from nuxt-ui v3.1.0 (v3.0.2 works fine).
Additional context
No response
Logs
Type 'boolean | AcceptableValue | undefined' is not assignable to type '"yes" | "no"'.
Type 'undefined' is not assignable to type '"yes" | "no"'.ts-plugin(2322)