解決方法:
1、可以修改“Home”為“HomePage”或者“home-page”
2、在根目錄的vue.config.js中添加
lintOnSave: false // 關(guān)閉eslint校驗
3、 .eslintrc.js 中的rules中添加
// 關(guān)閉名稱校驗
'vue/multi-word-component-names': "off"
解決方法:
1、可以修改“Home”為“HomePage”或者“home-page”
2、在根目錄的vue.config.js中添加
lintOnSave: false // 關(guān)閉eslint校驗
3、 .eslintrc.js 中的rules中添加
// 關(guān)閉名稱校驗
'vue/multi-word-component-names': "off"