Commit 23568b31fd0633363f942de88a7892f53a3ea1a0

Authored by fengbindev
Committed by GitHub
1 parent f0b93b50

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

Co-authored-by: ssrs <947164239@qq.com>
src/components/Modal/src/BasicModal.vue
@@ -31,6 +31,7 @@ @@ -31,6 +31,7 @@
31 :fullScreen="fullScreenRef" 31 :fullScreen="fullScreenRef"
32 ref="modalWrapperRef" 32 ref="modalWrapperRef"
33 :loading="getProps.loading" 33 :loading="getProps.loading"
  34 + :loading-tip="getProps.loadingTip"
34 :minHeight="getProps.minHeight" 35 :minHeight="getProps.minHeight"
35 :height="getWrapperHeight" 36 :height="getWrapperHeight"
36 :visible="visibleRef" 37 :visible="visibleRef"