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

error Component name “content“ should always be multi-word vue/multi-word-component-names:

热度:2   发布时间:2023-11-25 23:31:50.0

原因是项目启动了ESLint检查

解决方案:

方法一. 命名为多单词驼峰式

         方法二:关闭eslint。在 vue.config.js里面加上lintOnSave:false

  相关解决方案