From c7e4dd9bd50cf6e6426598753c796ec1a27f333f Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期五, 22 十二月 2023 13:18:10 +0800
Subject: [PATCH] 修改了异常的名称

---
 src/main.ts |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main.ts b/src/main.ts
index 1840b8c..b386ba6 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -10,6 +10,8 @@
 
 // import EventBus from './utils/EventBus'
 
+
+
 const app = createApp(App)
 
 app.use(createPinia())
@@ -19,3 +21,5 @@
 
 
 app.mount('#app')
+
+

--
Gitblit v1.9.3