From 11433d0f47eae3403e883fc26d72269b930235f2 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 11 Sep 2023 16:51:20 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop
---
src/main.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main.ts b/src/main.ts
index cb46d6a..a9a2568 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -6,7 +6,7 @@
import store, { storeKey } from './store'
import { createInstance } from '/@/root'
import '/@/styles/index.scss'
-const app = createInstance(App)
+const app = createInstance(App) // 引入css
app.use(store, storeKey)
app.use(router)
app.use(CommonComponents)
--
Gitblit v1.9.3