fix: customRow events (#16)

pull/165/head
tangjinzhou 2018-05-10 19:15:43 +08:00
parent 00b91b9dac
commit 872f69c161
1 changed files with 1 additions and 1 deletions

View File

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