From 0c6f7a87378520e1496407e55ee271faac0a8937 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Sun, 1 Jan 2023 01:01:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9A=97=E9=BB=91=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=A7=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: de3c64db6ee08ccf6432629e0fd3938178fe86a7 --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 56487bd9..c71efea2 100644 --- a/src/main.ts +++ b/src/main.ts @@ -16,7 +16,7 @@ import i18n from '@/lang/index'; import '@/styles/index.scss'; import 'element-plus/theme-chalk/index.css'; -import 'element-plus/theme-chalk/dark/css-vars.css'; +//import 'element-plus/theme-chalk/dark/css-vars.css'; const app = createApp(App); // 自定义指令