wip(VForm): VForm component development

This commit is contained in:
kailong321200875 2021-12-15 21:28:38 +08:00
parent 2730c2b359
commit cdb5c5f0b1
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ export default defineComponent({
return () => ( return () => (
<ElForm ref={formRef} {...getFormBindValue()}> <ElForm ref={formRef} {...getFormBindValue()}>
{{ {{
//
default: () => (isCustom ? getSlot(slots, 'default') : renderWrap()) default: () => (isCustom ? getSlot(slots, 'default') : renderWrap())
}} }}
</ElForm> </ElForm>