摘要: { "git.autofetch": true, "eslint.validate": [ "javascipt", { "language": "vue", "autoFix": true, }, { "language": "html", "autoFix": true, }, ], "file 阅读全文
posted @ 2021-06-23 14:08 lzhflzjx 阅读(38) 评论(0) 推荐(0)
摘要: 1. 新建vue.config.js文件 2. 配置vue.config.js module.exports = { lintOnSave: false, //是否开启eslint保存检测 ,它的有效值为 true || false || 'error' } 阅读全文
posted @ 2021-06-23 14:06 lzhflzjx 阅读(183) 评论(0) 推荐(0)