Commit 90dafc54 authored by baiyaaaaa's avatar baiyaaaaa

fix node remove bug

parent 547293e3
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
destroyed() { destroyed() {
if (this.$el) { 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