mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(Stepper): incorrect minus/plus slots (#4427)
This commit is contained in:
parent
d7ae323c14
commit
cb3018b26a
@ -13,7 +13,7 @@
|
|||||||
bind:touchstart="onTouchStart"
|
bind:touchstart="onTouchStart"
|
||||||
bind:touchend="onTouchEnd"
|
bind:touchend="onTouchEnd"
|
||||||
>
|
>
|
||||||
<slot name="plus" />
|
<slot name="minus" />
|
||||||
</view>
|
</view>
|
||||||
<input
|
<input
|
||||||
type="{{ integer ? 'number' : 'digit' }}"
|
type="{{ integer ? 'number' : 'digit' }}"
|
||||||
@ -37,6 +37,6 @@
|
|||||||
bind:touchstart="onTouchStart"
|
bind:touchstart="onTouchStart"
|
||||||
bind:touchend="onTouchEnd"
|
bind:touchend="onTouchEnd"
|
||||||
>
|
>
|
||||||
<slot name="minus" />
|
<slot name="plus" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user