From c63c14cfbc0c14a66486f154b8ae0293de7f4ec6 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Wed, 9 Aug 2023 08:24:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E8=87=AA=E5=8A=A8=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E7=B1=BB=E5=9E=8B=E7=BC=BA=E5=A4=B1=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: f47e4abcbdeca092a9b109d4fb697bc041fcd7c7 --- src/types/auto-imports.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/auto-imports.d.ts b/src/types/auto-imports.d.ts index fd4e5fd8..b191a3fd 100644 --- a/src/types/auto-imports.d.ts +++ b/src/types/auto-imports.d.ts @@ -7,6 +7,7 @@ declare global { const EffectScope: typeof import("vue")["EffectScope"]; const ElForm: typeof import("element-plus/es")["ElForm"]; const ElMessage: typeof import("element-plus/es")["ElMessage"]; + const ElNotification: typeof import("element-plus/es")["ElNotification"]; const ElMessageBox: typeof import("element-plus/es")["ElMessageBox"]; const ElTree: typeof import("element-plus/es")["ElTree"]; const asyncComputed: typeof import("@vueuse/core")["asyncComputed"];