wip(VForm): VForm component development

This commit is contained in:
陈凯龙
2021-12-16 17:15:03 +08:00
parent d71bc5d6f5
commit 69909e2832
12 changed files with 309 additions and 40 deletions

View File

@@ -58,6 +58,7 @@ declare global {
disabled?: boolean
key?: string | number
children?: FormOptions[]
options?: FormOptions[]
[key: string]: any
}
@@ -76,6 +77,7 @@ declare global {
value?: FormValueTypes
options?: FormOptions[]
optionsField?: FormOptionsAlias
optionsSlot?: boolean
hidden?: boolean
}