feat: 在 all-custom 组件中添加不在表单中的默认值配置
All checks were successful
/ test (push) Successful in 28s
/ surge (push) Successful in 33s

This commit is contained in:
严浩
2024-12-04 16:28:41 +08:00
parent f9d1a5c2e2
commit dc6b45285d

View File

@ -31,6 +31,7 @@ async function submit(formData: Record<string, any>, formNode: FormKitNode) {
:value="{
a: '1', b: '2',
PInputText: 'PInputText default value from form',
notInForm: 'not in form',
}"
:config="{
classes: {