添加 ElementPlus深色模式

This commit is contained in:
2024-10-12 11:02:49 +08:00
parent bdc4b459e2
commit cf29c35266
2 changed files with 2 additions and 1 deletions

View File

@@ -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'