diff --git a/vue.config.js b/vue.config.js index 29287c3..91e41f8 100644 --- a/vue.config.js +++ b/vue.config.js @@ -16,5 +16,6 @@ module.exports = { }, true) }) ] - } + }, + lintOnSave:false // 关闭语法检查 }