소스 검색

wip(VForm): VForm component development

kailong321200875 3 년 전
부모
커밋
cdb5c5f0b1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/Form/src/VForm.vue

+ 1 - 0
src/components/Form/src/VForm.vue

@@ -112,6 +112,7 @@ export default defineComponent({
     return () => (
       <ElForm ref={formRef} {...getFormBindValue()}>
         {{
+          // 如果需要自定义,就什么都不渲染,而是提供默认插槽
           default: () => (isCustom ? getSlot(slots, 'default') : renderWrap())
         }}
       </ElForm>