-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[Bug Report][3.1.15] VSelect prop return-object type error #17211
Comments
@kingyue737 what versions of typescript, volar, and vue-tsc do you have? |
typescript v5.0.4, volar v1.4.3 |
In my opinion, it was an enhancement in volar recent version(1.3.9) that makes this issue appear. And we should resolve it from vuetify side. Though I am still unsure what was the exact change/enhancement push it to show up |
Same issue here, but on v-select with "multiple" prop.
Everything is working on |
cf #17212 |
In my case I fixed it by this way!
|
Environment
Vuetify Version: 3.1.15
Vue Version: 3.2.47
Browsers: Edge 112.0.1722.48
OS: Windows 10
Steps to reproduce
Add a
<v-select>
with propreturn-object
in template. Type error:Expected Behavior
return-object
can be eithertrue
orfalse
Actual Behavior
return-object
can only acceptfalse
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: