From 65bbada2f442b470ecb940157370cfaecb57f132 Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Mon, 28 Apr 2025 17:32:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index d192ce9..6d0810a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -11,7 +11,6 @@ import App from './app.vue' import router from './router' import 'element-plus/dist/index.css' import 'assets/styles/main.scss' -import 'assets/styles/tailwind.css' const app = createApp(App) for (const [key, component] of Object.entries(ElementPlusIconsVue)) {