当前位置: 代码迷 >> 综合 >> 6:10 error Component name “Home“ should always be multi-word vue/multi-word-component-names
  详细解决方案

6:10 error Component name “Home“ should always be multi-word vue/multi-word-component-names

热度:21   发布时间:2023-12-01 18:17:34.0

运行Vue报错

 


解决方案:
eslint是语法检查工具,限制太过于严格,大部分开发人员无法适应,所以需要加上

 lintOnSave: false

找到 vue.config.js  添加

 

 重新开启终端运行:

  相关解决方案