You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use v-model in vue jsx,according to the doc,I used v-model to bind a value to an input element,and it worked as expected.
Howerve,I found that it can also be written in the form of vModel,which works the same way.
I searched many places and didn't find this form.I want to konw why this form is not in the doc.
🧐 Problem Description
I tried to use
v-model
in vue jsx,according to the doc,I usedv-model
to bind a value to an input element,and it worked as expected.Howerve,I found that it can also be written in the form of
vModel
,which works the same way.I searched many places and didn't find this form.I want to konw why this form is not in the doc.
💻 Sample code
live demo
🚑 Other information
The text was updated successfully, but these errors were encountered: