add admin

This commit is contained in:
xiaomlove
2021-03-31 19:39:59 +08:00
parent de95d1dc0a
commit fcce865a20
13 changed files with 12660 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import ElementPlus from 'element-plus'
import '../element-variables.scss'
import locale from 'element-plus/lib/locale/lang/zh-cn'
export default (app) => {
app.use(ElementPlus, { locale })
}