Browse Source

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

Co-authored-by: ssrs <947164239@qq.com>
pull/398/head
fengbindev 5 years ago
committed by GitHub
parent
commit
23568b31fd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/components/Modal/src/BasicModal.vue

1
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"

Loading…
Cancel
Save