(property) __VLS_radioBinding: string
Type '{ id: string; __VLS_radioBinding: string; class: string; type: string; name: string; value: string; }' is not assignable to type 'ElementAttrs<InputHTMLAttributes>'.
Property '__VLS_radioBinding' does not exist on type 'ElementAttrs<InputHTMLAttributes>'.ts(2322)
The text was updated successfully, but these errors were encountered:
I got this error on
v-model
in the below HTML code. But the web page is still running as expected. Is it a bug?The text was updated successfully, but these errors were encountered: