Closed davidavz closed 6 years ago
HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates.
We should use "row-click" instead of "rowClick".
vuejs/vue#5186 (comment)
I am now emitting both row-click and rowClick
row-click
rowClick
Thanks!
Excuse me.. what does "in-DOM template" mean?
HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates.
We should use "row-click" instead of "rowClick".
vuejs/vue#5186 (comment)