Update confirm.js
This commit is contained in:
parent
3baf0595c2
commit
bd9c12cf88
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ Modal.newInstance = properties => {
|
|||
},
|
||||
destroy () {
|
||||
this.$destroy();
|
||||
document.body.removeChild(this.$el);
|
||||
if (this.$el) document.body.removeChild(this.$el);
|
||||
this.onRemove();
|
||||
},
|
||||
onOk () {},
|
||||
|
|
Loading…
Add table
Reference in a new issue