mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[Doc] Slider: remove repeat content (#1781)
This commit is contained in:
parent
ceb4063c35
commit
4586446e83
@ -82,34 +82,6 @@ Page({
|
||||
});
|
||||
```
|
||||
|
||||
### 自定义按钮
|
||||
|
||||
```html
|
||||
<van-slider
|
||||
value="{{ currentValue }}"
|
||||
use-button-slot
|
||||
bind:drag="onDrag"
|
||||
>
|
||||
<view class="custom-button" slot="button">
|
||||
{{ currentValue }}/100
|
||||
</view>
|
||||
</van-slider>
|
||||
```
|
||||
|
||||
```js
|
||||
Page({
|
||||
data: {
|
||||
currentValue: 30
|
||||
},
|
||||
|
||||
onDrag(event) {
|
||||
this.setData({
|
||||
currentValue: event.detail.value
|
||||
});
|
||||
}
|
||||
});
|
||||
```
|
||||
|
||||
### Props
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 |
|
||||
|
Loading…
x
Reference in New Issue
Block a user