解决:error Component name “xxx“ should always be multi-word vue/multi-word-compone

196 阅读1分钟

问题

解决:error Component name “xxx“ should always be multi-word vue/multi-word-compone

image.png

image.png

解决方法

 修改配置项,关闭语法检查。在vue.config.js加上一句:lintOnSave:false,重启运行就可以啦!!!

image.png

修改后

image.png