feat: 在 all-custom 组件中添加 some-boolean-prop 属性
All checks were successful
/ test (push) Successful in 27s
/ surge (push) Successful in 39s

This commit is contained in:
严浩
2024-11-25 17:04:52 +08:00
parent be4adcc2b4
commit 8a1e055462

View File

@ -53,6 +53,7 @@ async function submit(formData: Record<string, any>, formNode: FormKitNode) {
:value="`default value`.repeat(5)"
placeholder="请输入"
some="prop"
some-boolean-prop
validation="required"
>
</FormKit>