refactor:login

This commit is contained in:
xingyu
2022-07-19 18:31:41 +08:00
parent c804ebad3d
commit 3e8d83a41e
7 changed files with 12 additions and 326 deletions

View File

@ -27,7 +27,6 @@ const loading = ref(false)
const activeName = ref('cloum')
const basicInfoRef = ref<ComponentRef<typeof BasicInfoForm>>()
const genInfoRef = ref<ComponentRef<typeof GenInfoFormVue>>()
// TODO: 提交
const submitForm = async () => {
const basicInfo = unref(basicInfoRef)
const genInfo = unref(genInfoRef)