解决:error Component name “xxx“ should always be multi-word vue/multi-word-compone AKA_小红帽 2022-06-07 196 阅读1分钟 问题 解决:error Component name “xxx“ should always be multi-word vue/multi-word-compone 解决方法 修改配置项,关闭语法检查。在vue.config.js加上一句:lintOnSave:false,重启运行就可以啦!!! 修改后