首页前端开发VUEvue3报错 ERROR Failed to compile with 1 errorYou may use special comments to disab

vue3报错 ERROR Failed to compile with 1 errorYou may use special comments to disab

时间2023-04-07 15:38:01发布访客分类VUE浏览663
导读:问题描述 ERROR Failed to compile with 1 error...

问题描述

 ERROR  Failed to compile with 1 error                                                                                                                                                                  16:17:24

[eslint]
C:\Users\xuhuichen\Desktop\gpyh-ec-wx-front\src\components\a1.vue
  1:1  error  Component name "a1" should always be multi-word  vue/multi-word-component-names

✖ 1 problem (1 error, 0 warnings)


You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.
ERROR in [eslint]
C:\Users\xuhuichen\Desktop\gpyh-ec-wx-front\src\components\a1.vue
  1:1  error  Component name "a1" should always be multi-word  vue/multi-word-component-names

✖ 1 problem (1 error, 0 warnings)

解决方法

思路

这么多错 全都是因为eslint严格格式

关闭eslint严格格式就好

方法

直接在根目录下创建vue.config.js文件,关键代码b> lintOnSave: false,/b>

const {
 defineConfig }
 = require('@vue/cli-service')
module.exports = defineConfig({

  lintOnSave: false,
}
    )

声明:本文内容由网友自发贡献,本站不承担相应法律责任。对本内容有异议或投诉,请联系2913721942#qq.com核实处理,我们将尽快回复您,谢谢合作!

vue.js

若转载请注明出处: vue3报错 ERROR Failed to compile with 1 errorYou may use special comments to disab
本文地址: https://pptw.com/jishu/2255.html
加密了100个小姐姐的PDF文档,1行代码搞定,网友:快男! [oeasy]python0125_汉字打印机_点阵式打字机_汉字字形码

游客 回复需填写必要信息