mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
fix node remove bug
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
destroyed() {
|
||||
if (this.$el) {
|
||||
this.$el.remove();
|
||||
this.$el.parentNode.removeChild(this.$el);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user