[new feature] SwipeItem: add click event (#2690)
This commit is contained in:
@@ -27,7 +27,7 @@ export default sfc({
|
||||
};
|
||||
|
||||
return (
|
||||
<div class={bem()} style={style}>
|
||||
<div class={bem()} style={style} {...{ on: this.$listeners }}>
|
||||
{this.slots()}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user