Closed
Description
Hello, I am using the vuetify2-component-types dev dependency.
There is a recommended setting to configure where vuetify 2 deviates from the standard value/input configuration for v-model:
"experimentalModelPropName": {
"input-value": {
"v-checkbox": true,
"v-switch": true,
"v-chip": true,
"v-btn": true,
"v-list-item": true,
"v-bottom-navigation": true
},
"": { "input": true },
"value": {
"input": { "type": "text" },
"textarea": true,
"select": true
}
Pre 2.0.18, this was working as intended. Now, in 2.0.18/19 I am getting error messages from vue-tsc
I can fix this a bit by putting v-model as the last thing in the template
But still, the tooltip descriptions / intellisense info are missing. Only, if I would remove v-model completely, they are currently appearing: