ref #5452
This commit is contained in:
parent
bb9f19322f
commit
f0de3cc7a9
1 changed files with 2 additions and 1 deletions
|
@ -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', {
|
||||||
|
|
Loading…
Add table
Reference in a new issue