添加 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

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<link rel="icon" href="./src/assets/logo.jpg">

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'