警告:Component name "Login" should always be multi-word
原因: eslint语法要求名字必须为双词汇
解决: 在eslintrc.cjs文件里面输入
rules: {
"vue/multi-word-component-names": "off",
},
标签:multi,word,always,xxx,should,警告
From: https://www.cnblogs.com/liucx955/p/17627474.html