fix: customRow events (#16)

pull/22/head
tangjinzhou 2018-05-10 19:15:43 +08:00
parent d5cc03c5c9
commit 1c0752c27a
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ export default function createTableRow (Component = 'tr') {
}
return (
<Component class={className}>
<Component class={className} {...{ on: this.$listeners }}>
{this.$slots.default}
</Component>
)