grant medal

This commit is contained in:
xiaomlove
2022-01-25 23:37:50 +08:00
parent 64a1f2bb0c
commit 27ba9aec74
10 changed files with 3024 additions and 2761 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ import { createApp } from 'vue'
import App from './App.vue'
import ElementPlus from 'element-plus'
import router from './router/index'
import 'element-plus/lib/theme-chalk/index.css'
import 'element-plus/theme-chalk/index.css'
import './styles/common.scss'
createApp(App).use(ElementPlus).use(router).mount('#app')