From c8e2d48f3a5713ebfa076f597e1c02da1db79962 Mon Sep 17 00:00:00 2001 From: hooray <304327508@qq.com> Date: Fri, 28 Jan 2022 23:48:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4vscode?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 94352b1..f178303 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,5 @@ "source.fixAll.eslint": true, "source.fixAll.stylelint": true }, - "stylelint.validate": ["css", "scss", "vue"], - "vetur.completion.autoImport": false + "stylelint.validate": ["css", "scss", "vue"] }