This commit is contained in:
yison 2019-03-21 12:12:42 +08:00
parent 1b73d655aa
commit d81146f7be

View file

@ -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 = [];