This commit is contained in:
梁灏 2019-03-20 14:35:29 +08:00
parent bb9f19322f
commit f0de3cc7a9

View file

@ -109,7 +109,8 @@ Modal.newInstance = properties => {
on: { on: {
input: (status) => { input: (status) => {
this.visible = status; this.visible = status;
} },
'on-cancel': this.cancel
} }
}, [ }, [
h('div', { h('div', {