fix: customRow events (#16)
parent
d5cc03c5c9
commit
1c0752c27a
|
@ -51,7 +51,7 @@ export default function createTableRow (Component = 'tr') {
|
|||
}
|
||||
|
||||
return (
|
||||
<Component class={className}>
|
||||
<Component class={className} {...{ on: this.$listeners }}>
|
||||
{this.$slots.default}
|
||||
</Component>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue