[new feature] SwipeItem: add click event (#2690)

This commit is contained in:
neverland
2019-02-06 09:36:22 +08:00
committed by GitHub
parent 832b5f6d09
commit 6fb89ac893
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export default sfc({
};
return (
<div class={bem()} style={style}>
<div class={bem()} style={style} {...{ on: this.$listeners }}>
{this.slots()}
</div>
);