[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

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>
);

View File

@ -133,12 +133,18 @@ export default {
| width | 滑块宽度 | `Number` | `0` | 1.2.1 |
| height | 滑块高度 | `Number` | `0` | 1.2.1 |
### 事件
### Swipe 事件
| 事件名 | 说明 | 参数 |
|------|------|------|
| change | 每一页轮播结束后触发 | index, 当前页的索引 |
### SwipeItem 事件
| 事件名 | 说明 | 参数 |
|------|------|------|
| click | 点击时触发 | - |
### 方法
通过 ref 可以获取到 swipe 实例并调用实例方法