Explorar o código

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

Co-authored-by: ssrs <947164239@qq.com>
fengbindev %!s(int64=4) %!d(string=hai) anos
pai
achega
23568b31fd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"