错误 解决方案 在根目录找到eslintrc.js文件,配置关闭名称的校验,在该文件中,找到rules进行配置,如下代码: rules: { 'vue/multi-word-component-names': 'off', // 关闭名称校验 }