Browse Source

fix(modal):Modifying the loadingTip property does not work (#396)

Co-authored-by: ssrs <947164239@qq.com>
fengbindev 4 years ago
parent
commit
23568b31fd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/Modal/src/BasicModal.vue

+ 1 - 0
src/components/Modal/src/BasicModal.vue

@@ -31,6 +31,7 @@
       :fullScreen="fullScreenRef"
       ref="modalWrapperRef"
       :loading="getProps.loading"
+      :loading-tip="getProps.loadingTip"
       :minHeight="getProps.minHeight"
       :height="getWrapperHeight"
       :visible="visibleRef"