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,
|
loading: false,
|
||||||
buttonLoading: false,
|
buttonLoading: false,
|
||||||
scrollable: false,
|
scrollable: false,
|
||||||
closable: false
|
closable: false,
|
||||||
|
autoClose: false
|
||||||
}),
|
}),
|
||||||
render (h) {
|
render (h) {
|
||||||
let footerVNodes = [];
|
let footerVNodes = [];
|
||||||
|
|
Loading…
Add table
Reference in a new issue