未按照 ESLint 的官方代码规范进行命名
解决方法:
在package.json中有个rules,里面添加关闭校验的代码
"vue/multi-word-component-names": "off"