refactor: 使用useForm重构登录(未完成)

This commit is contained in:
dap
2024-09-11 13:54:27 +08:00
parent b334241cef
commit 81722fef69
7 changed files with 259 additions and 365 deletions

View File

@@ -7,6 +7,7 @@ import {
VbenButton,
VbenCheckbox,
Input as VbenInput,
VbenInputCaptcha,
VbenInputPassword,
VbenPinInput,
VbenSelect,
@@ -21,6 +22,7 @@ export const COMPONENT_MAP: Record<BaseFormComponentType, Component> = {
DefaultSubmitActionButton: h(VbenButton, { size: 'sm', variant: 'default' }),
VbenCheckbox,
VbenInput,
VbenInputCaptcha,
VbenInputPassword,
VbenPinInput,
VbenSelect,