vuejs·创建项目后删除页面报错 Component name “xxx“ should always be multi-word

vuejs·创建项目后删除页面报错 Component name “xxx“ should always be multi-word

Component name “xxx“ should always be multi-word vue/multi-word-component-names 解决方法 附带脚手架生成文件结构目录解答
vue3 脚手架生成后报错 should always be multi-word vue/multi-word-component-names
should always be multi-word
vue/multi-word-component-names  附带脚手架生成文件结构目录造成

解决方法:
项目下vue.config.js文件
lintOnSave: false //关闭语法检查

module.exports = defineConfig({
	transpileDependencies: true,
	lintOnSave: false //关闭语法检查 //vue.config.js
})
560 Views
分享你的喜爱
linwute
linwute

我要像梦一样自由,像大地一样宽容;
在艰辛放逐的路上,点亮生命的光芒;
我要像梦一样自由,像天空一样坚强;
在曲折蜿蜒的路上,体验生命的意义;

留下评论

您的电子邮箱地址不会被公开。 必填项已用 * 标注