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 encountered some problems when using v-model, such as using it in template.
<inputv-model:xxx="refVal" />
I checked the relevant information and found that it is actually used in jsx like this
<inputv-model={[refVal.value,['xxx']]}/>
Well, if it is impossible to achieve a form similar to v-model:xxx, I can understand
But why, why is my xxx that is v-model:[xxx] placed after the array.
Uh oh!
There was an error while loading. Please reload this page.
🧐 Problem Description
I encountered some problems when using v-model, such as using it in template.
I checked the relevant information and found that it is actually used in jsx like this
Well, if it is impossible to achieve a form similar to
v-model:xxx
, I can understandBut why, why is my
xxx
that is v-model:[xxx] placed after the array.Instead of this
Or like this
Well, I just don't adapt to this grammar, it makes me feel very messy, or a bit, I want to know what caused it. 🤔
The text was updated successfully, but these errors were encountered: