Vue v-model三元报错:'v-model' directives require the attribute...
报错如图所示:
百度后出现:https://www.jb51.cc/vue/53811...,
然后尝试computed,不报错但是输入不进去东西
回答:
:value="searchFilterValue"
这个修改为v-model="searchFilterValue"
回答:
你是哪看的这种写法?v-model绑定的必须符合赋值左侧语法,即提示里的LHS。通俗来说就是变量不是表达式
以上是 Vue v-model三元报错:'v-model' directives require the attribute... 的全部内容, 来源链接: utcz.com/p/935937.html