fix: restore missing CSS styles

This commit is contained in:
2026-07-04 21:31:37 +08:00
parent a23066e1f6
commit 1b7b3fd5e8
3 changed files with 70 additions and 1 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
// src/renderer/main.ts
// src/main.ts
import { createApp } from 'vue'
import { createPinia } from 'pinia'
import ElementPlus from 'element-plus'
import 'element-plus/dist/index.css'
import * as ElementPlusIconsVue from '@element-plus/icons-vue'
import App from './App.vue'
import './styles/global.css'
const app = createApp(App)
app.use(createPinia())