🎨 add eslint

This commit is contained in:
jingsam 2016-12-25 22:49:42 +08:00
parent 829a2e4cfc
commit b0893113b3
88 changed files with 376 additions and 370 deletions

View file

@ -52,7 +52,7 @@
[`${this.prefixCls}-row-highlight`]: this.objData[_index] && this.objData[_index]._isHighlight,
[`${this.prefixCls}-row-hover`]: this.objData[_index] && this.objData[_index]._isHover
}
]
];
},
rowChecked (_index) {
return this.objData[_index] && this.objData[_index]._isChecked;
@ -70,5 +70,5 @@
this.$parent.highlightCurrentRow(_index);
}
}
}
</script>
};
</script>