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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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" |
|
|
|
|