解决vue eslint 报错 error Component name “about“ should always be multi-word问题
搜索网上大部分解决方案都是在vue.config.js文件下,加入以下代码
lintOnSave: false // 关闭eslint校验
如果你会发现并没有什么作用,那么你不妨试试以下操作
找到.eslintrc.js在rules里面加上这么一句
'vue/multi-word-component-names': "off" // 关闭名称校验
优秀不够,你是否无可替代
软件测试交流QQ群:721256703,期待你的加入!!
欢迎关注我的微信公众号:软件测试君
