From d08f14d86da444e3bccc59dc2b16fe5e7a2375da Mon Sep 17 00:00:00 2001
From: ahao <liuhaoai545@gmail.com>
Date: 星期五, 05 一月 2024 14:37:22 +0800
Subject: [PATCH] update 修改对Volar支持
---
tsconfig.json | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tsconfig.json b/tsconfig.json
index bb287e9..e4bf3ac 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -19,6 +19,9 @@
"paths": {
"@/*": ["src/*"]
},
+ "compilerOptions": {
+ "types": ["element-plus/global"]
+ },
"types": ["vite/client"],
"skipLibCheck": true,
"removeComments": true,
--
Gitblit v1.9.3