Skip to content

Commit 1c0752c

Browse files
committed
fix: customRow events (#16)
1 parent d5cc03c commit 1c0752c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/table/createBodyRow.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default function createTableRow (Component = 'tr') {
5151
}
5252

5353
return (
54-
<Component class={className}>
54+
<Component class={className} {...{ on: this.$listeners }}>
5555
{this.$slots.default}
5656
</Component>
5757
)

0 commit comments

Comments
 (0)