fix[fe]: 移除 element 样式文件 (#205)

1. 有了 auto-import 之后,貌似不需要再重复引入 css 文件了.

Co-authored-by: zhe28 <huangze28@foxmail.com>
This commit is contained in:
HuangZhe 2024-09-23 10:25:14 +08:00 committed by GitHub
parent ad0167f6fd
commit f137d59c72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,4 @@
import './assets/main.css'
import 'element-plus/dist/index.css'
import { createApp } from 'vue'
import { createPinia } from 'pinia'