Skip to content
This repository was archived by the owner on Oct 24, 2018. It is now read-only.

Commit 8453ed9

Browse files
davidavzfreekmurze
authored andcommitted
Make emitted event kebab-case, to support using in-DOM templates (#138)
* Change event name * backwards compatibility
1 parent 8a426a4 commit 8453ed9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/TableComponent.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@
316316
317317
emitRowClick(row) {
318318
this.$emit('rowClick', row);
319+
this.$emit('row-click', row);
319320
}
320321
},
321322
};

0 commit comments

Comments
 (0)