Skip to content

Commit

Permalink
fix: customRow events (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed May 10, 2018
1 parent d5cc03c commit 1c0752c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/table/createBodyRow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function createTableRow (Component = 'tr') {
}

return (
<Component class={className}>
<Component class={className} {...{ on: this.$listeners }}>
{this.$slots.default}
</Component>
)
Expand Down

0 comments on commit 1c0752c

Please sign in to comment.