From 3b208cab33978ad88171008b273262de5e0a50bf Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期六, 18 十一月 2023 14:35:27 +0800 Subject: [PATCH] 修改 --- src/auto-imports.d.ts | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/auto-imports.d.ts b/src/auto-imports.d.ts index fb10b91..78813d8 100644 --- a/src/auto-imports.d.ts +++ b/src/auto-imports.d.ts @@ -4,4 +4,6 @@ // noinspection JSUnusedGlobalSymbols // Generated by unplugin-auto-import export {} -declare global {} +declare global { + const ElMessage: typeof import('element-plus/es')['ElMessage'] +} -- Gitblit v1.8.0