Vue脚手架报错:‘v-model‘ directives require no argument 解决方案

Vue脚手架报错:‘v-model‘ directives require no argument 解决方案

1、报错:

'v-model' directives require no argument 

截图

 2、原因:

ESLint对vetur进行了eslint检查

 

3、解决方法

① 修改模板中使用v-show

v-model:show="show" 改为 v-model="show"

② vetur插件的作者给出了解决办法

 我们可以把eslint对该插件的检查关闭

在VScode中,打开“ 文件 > 首选项 > 设置 ”,搜索 Vetur › Validation: Template ,关闭语法检查

 保存,再看项目,正常运行!!!

问题解决

转载请说明出处内容投诉
CSS教程_站长资源网 » Vue脚手架报错:‘v-model‘ directives require no argument 解决方案

发表评论

欢迎 访客 发表评论

一个令你着迷的主题!

查看演示 官网购买