From bab83405c39ae9ab8b6569ca29b1e9a6a3b04327 Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期二, 08 八月 2023 09:50:10 +0800
Subject: [PATCH] 油烟监测 vue代码

---
 auto-imports.d.ts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/auto-imports.d.ts b/auto-imports.d.ts
index 44c3335..72e2689 100644
--- a/auto-imports.d.ts
+++ b/auto-imports.d.ts
@@ -5,6 +5,7 @@
 export {}
 declare global {
   const EffectScope: typeof import('vue')['EffectScope']
+  const ElLoading: typeof import('element-plus/es')['ElLoading']
   const ElMessage: typeof import('element-plus/es')['ElMessage']
   const computed: typeof import('vue')['computed']
   const createApp: typeof import('vue')['createApp']

--
Gitblit v1.9.3