From 07b95549fdb4ea3dd7cb796abdee296203401f71 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Sat, 12 Oct 2024 11:02:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20ElementPlus=E6=B7=B1?= =?UTF-8?q?=E8=89=B2=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tonecn/index.html | 2 +- tonecn/src/main.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tonecn/index.html b/tonecn/index.html index 4ffe390..c13c70f 100644 --- a/tonecn/index.html +++ b/tonecn/index.html @@ -1,5 +1,5 @@ - +
diff --git a/tonecn/src/main.ts b/tonecn/src/main.ts index 4ec3c14..62ed58d 100644 --- a/tonecn/src/main.ts +++ b/tonecn/src/main.ts @@ -3,6 +3,7 @@ import './assets/tailwind.css' import { createApp } from 'vue' import 'element-plus/dist/index.css' +import 'element-plus/theme-chalk/dark/css-vars.css' import App from './App.vue' import router from './router'