fix: code style

This commit is contained in:
陈嘉涵
2017-08-25 15:57:38 +08:00
parent 43693fa781
commit e7b1d70900
18 changed files with 64 additions and 80 deletions
+2 -2
View File
@@ -13,9 +13,9 @@ export default {
},
destroyed() {
const index = this.$parent.swipes.indexOf(this)
const index = this.$parent.swipes.indexOf(this);
if (index > -1) {
this.$parent.swipes.splice(index, 1)
this.$parent.swipes.splice(index, 1);
}
}
};