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
{"a":"b"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
导致的结果:
在v-model双向绑定的模式下,想要清空传入的变量的话只能赋值null,或者{}。
期望改进:
删除是空内容的话也能触发v-model 把变量赋值成{} 或者null。至少不能还保留默认数据。
比如默认值
{"a":"b"}
如果挨着删除内容的话。变量是不会变的。造成视觉上以为删除成功了。The text was updated successfully, but these errors were encountered: