소스 검색

feat: 添加一个Slot,方便自定义一些组件ui

WANGKANG 10 달 전
부모
커밋
846e115642
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/FormDialog/index.vue

+ 1 - 0
src/components/FormDialog/index.vue

@@ -13,6 +13,7 @@
         <FileUpload :file-size="4096" :file-type="['pt']" />
       </template>
     </ProFrom>
+    <slot name="upload_video" />
     <template #footer>
       <span class="dialog-footer">
         <el-button type="primary" v-if="parameter.isEdit" :loading="butLoading" @click="handleSubmit">确认</el-button>