fix node remove bug

This commit is contained in:
baiyaaaaa
2016-11-09 00:01:56 +08:00
parent 547293e366
commit 90dafc54ab

View File

@@ -35,7 +35,7 @@
destroyed() {
if (this.$el) {
this.$el.remove();
this.$el.parentNode.removeChild(this.$el);
}
},