From 91cefc81af0efef669d0d4f4dc9d2ea1981753fd Mon Sep 17 00:00:00 2001
From: jt <jt@activesoft.com.cn>
Date: 星期五, 06 九月 2024 15:34:42 +0800
Subject: [PATCH] test

---
 main.js |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/main.js b/main.js
index e26bfa7..e10c420 100644
--- a/main.js
+++ b/main.js
@@ -18,11 +18,9 @@
 const i18n = new VueI18n(i18nConfig)
 
 const app = new Vue({
-    store,
-    ...App,
- i18n,
+	store,
+	...App,
+	i18n,
 })
 
-app.$mount()
-
- 
+app.$mount()
\ No newline at end of file

--
Gitblit v1.9.1