Commit 1e4b330d authored by 杨奕's avatar 杨奕 Committed by GitHub

Merge pull request #927 from baiyaaaaa/master

fix node remove bug
parents f4498ea5 90dafc54
......@@ -35,7 +35,7 @@
destroyed() {
if (this.$el) {
this.$el.remove();
this.$el.parentNode.removeChild(this.$el);
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment