wip(Login): Login developing

This commit is contained in:
陈凯龙
2021-12-30 17:25:51 +08:00
parent a1bf7e9b55
commit bc749702b5
11 changed files with 136 additions and 1145 deletions

View File

@@ -114,7 +114,9 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
include: [
'vue',
'vue-router',
'vue-types'
'vue-types',
'element-plus/lib/locale/lang/zh-cn',
'element-plus/lib/locale/lang/en'
]
}
}