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

Co-authored-by: ssrs <947164239@qq.com>
This commit is contained in:
fengbindev 2021-03-19 22:51:45 +08:00 committed by GitHub
parent f0b93b50e7
commit 23568b31fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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