From 8754f594c0dadfa67498647e834f016bfeeb2433 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Sun, 5 Nov 2023 10:54:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E6=B7=BB=E5=8A=A0element-plus?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: fd992d108be10880bc42a79a2c330aa51ba3ce68 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8b8c16d..f27940e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ "paths": { "@/*": ["src/*"] }, - "types": ["vite/client", "unplugin-icons/types/vue"], + "types": ["vite/client", "unplugin-icons/types/vue", "element-plus/global"], "skipLibCheck": true /* Skip type checking all .d.ts files. */, "allowSyntheticDefaultImports": true /* 允许默认导入 */, "forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,