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 31 :fullScreen="fullScreenRef"
32 32 ref="modalWrapperRef"
33 33 :loading="getProps.loading"
  34 + :loading-tip="getProps.loadingTip"
34 35 :minHeight="getProps.minHeight"
35 36 :height="getWrapperHeight"
36 37 :visible="visibleRef"
... ...