From 0fa0f4ae3dc1eacc11c89aaee3d8ca5fe606c831 Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Tue, 14 Dec 2021 16:35:10 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8F=91=E5=B8=83=E6=9D=83=E8=AF=81=E6=94=B9?= =?UTF-8?q?=E7=89=88]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 // 关闭语法检查 }