Merge pull request #927 from baiyaaaaa/master

fix node remove bug
This commit is contained in:
杨奕
2016-11-09 10:19:47 +08:00
committed by GitHub

View File

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