forward
This commit is contained in:
parent
1b73d655aa
commit
d81146f7be
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ Modal.newInstance = properties => {
|
|||
loading: false,
|
||||
buttonLoading: false,
|
||||
scrollable: false,
|
||||
closable: false
|
||||
closable: false,
|
||||
autoClose: false
|
||||
}),
|
||||
render (h) {
|
||||
let footerVNodes = [];
|
||||
|
|
Loading…
Add table
Reference in a new issue