mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
[new feature] SwipeItem: add click event (#2690)
This commit is contained in:
parent
832b5f6d09
commit
6fb89ac893
@ -27,7 +27,7 @@ export default sfc({
|
||||
};
|
||||
|
||||
return (
|
||||
<div class={bem()} style={style}>
|
||||
<div class={bem()} style={style} {...{ on: this.$listeners }}>
|
||||
{this.slots()}
|
||||
</div>
|
||||
);
|
||||
|
@ -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 实例并调用实例方法
|
||||
|
Loading…
x
Reference in New Issue
Block a user