From 6c74bf912e251347714099a84585f825b32a1c08 Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期一, 18 十二月 2023 17:52:05 +0800
Subject: [PATCH] Merge branch 'feature-001' of ssh://114.215.109.124:29418/supervision-vue into feature-001

---
 vite.config.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/vite.config.js b/vite.config.js
index 72a283a..7a0cca6 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -23,7 +23,7 @@
       include: [/\.vue$/, /\.vue\?vue/, /\.md$/],
       resolvers: [
         ElementPlusResolver({
-          importStyle: 'sass',
+          importStyle: 'sass'
         }),
       ],
       dts: 'src/components.d.ts',
@@ -72,6 +72,6 @@
     },
   },
   server: {
-    host: '0.0.0.0',
-  },
+    host: '0.0.0.0'
+  }
 });

--
Gitblit v1.9.3