mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 12:18:46 +08:00
fix node remove bug
This commit is contained in:
parent
547293e366
commit
90dafc54ab
@ -35,7 +35,7 @@
|
||||
|
||||
destroyed() {
|
||||
if (this.$el) {
|
||||
this.$el.remove();
|
||||
this.$el.parentNode.removeChild(this.$el);
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user