fix node remove bug

pull/927/head
baiyaaaaa 2016-11-09 00:01:56 +08:00
parent 547293e366
commit 90dafc54ab
1 changed files with 1 additions and 1 deletions

View File

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