feat: 表单demo

This commit is contained in:
dap
2024-09-11 20:23:44 +08:00
parent fb4c125117
commit 6063a8e294
3 changed files with 165 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ import {
Select,
Space,
Switch,
Textarea,
TimePicker,
TreeSelect,
Upload,
@@ -51,6 +52,7 @@ export type FormComponentType =
| 'Select'
| 'Space'
| 'Switch'
| 'Textarea'
| 'TimePicker'
| 'TreeSelect'
| 'Upload'
@@ -83,6 +85,7 @@ setupVbenForm<FormComponentType>({
Select,
Space,
Switch,
Textarea,
TimePicker,
TreeSelect,
Upload,