Lint fix
parent
b37a325ab9
commit
965ef45449
|
@ -627,7 +627,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
this.$emit('row-click', event);
|
this.$emit('row-click', event);
|
||||||
|
|
||||||
if (this.selectionMode) {
|
if (this.selectionMode) {
|
||||||
const rowData = e.data;
|
const rowData = e.data;
|
||||||
const rowIndex = e.index;
|
const rowIndex = e.index;
|
||||||
|
|
Loading…
Reference in New Issue