From 735259265b19227be1001c204a684432be0897a7 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期二, 07 十一月 2023 10:02:12 +0800
Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/bulletin-board-style1 into dev
---
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