We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v-model与v-models都不支持变量传入修饰符及v-model的参数;一旦参数及修饰符为变量就不能双向绑定;
The text was updated successfully, but these errors were encountered:
@yzh1234567, v-model's argument and modifiers must be in line.
v-model
<input v-model={[this.value, 'something', ['trim']]}
edit1: It is not a bug.
Sorry, something went wrong.
#642
@funny-family , 你这样写是已知修饰符及参数,我的意思是父组件动态传入修饰符及参数
No branches or pull requests
🐛 Bug description
v-model与v-models都不支持变量传入修饰符及v-model的参数;一旦参数及修饰符为变量就不能双向绑定;
The text was updated successfully, but these errors were encountered: