From d6803783aed5da8671cde6b7a6d59d45e227b9e0 Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail.com> Date: 星期一, 15 四月 2024 12:52:04 +0800 Subject: [PATCH] update 固定值 也可输入表达式 --- 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