When the error Component name “xxx” should always be multi-word vue/multi-word-component-names error occurs in the vue project

When running the project encounter error Component name "xxx" should always be multi-word vue/multi-word-component-names error,

Solution:

Find the vue.config.js file in the root directory and add a line of lintOnSave: false to solve the problem

Guess you like

Origin blog.csdn.net/qq_25972233/article/details/124238878