mirror of https://github.com/ElemeFE/element
commit
1e4b330d8e
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
destroyed() {
|
destroyed() {
|
||||||
if (this.$el) {
|
if (this.$el) {
|
||||||
this.$el.remove();
|
this.$el.parentNode.removeChild(this.$el);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue