feat: 整合unocss

Former-commit-id: 043192a1a31fe34e25c2f07ca62f148d6560eaa9
This commit is contained in:
haoxr
2023-02-26 23:56:28 +08:00
parent 8f3315ebe2
commit 1190ce349c
2 changed files with 8 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ import '@/styles/index.scss';
import 'element-plus/theme-chalk/index.css';
import 'element-plus/theme-chalk/dark/css-vars.css';
import 'uno.css';
const app = createApp(App);
// 自定义指令
import * as directive from '@/directive';