From f137d59c72ca11681c0c4adf21668ac910503357 Mon Sep 17 00:00:00 2001 From: HuangZhe <87906539+Zhe28@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:25:14 +0800 Subject: [PATCH] =?UTF-8?q?fix[fe]:=20=E7=A7=BB=E9=99=A4=20element=20?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=96=87=E4=BB=B6=20(#205)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 有了 auto-import 之后,貌似不需要再重复引入 css 文件了. Co-authored-by: zhe28 --- fe/src/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/fe/src/main.js b/fe/src/main.js index 03385f3..b442d4b 100644 --- a/fe/src/main.js +++ b/fe/src/main.js @@ -1,5 +1,4 @@ import './assets/main.css' -import 'element-plus/dist/index.css' import { createApp } from 'vue' import { createPinia } from 'pinia'