mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 10:20:19 +08:00
[bugfix] Spelling of 'touchcancel ' (#239)
This commit is contained in:
parent
0da517e004
commit
8c4866e6a7
@ -5,7 +5,7 @@
|
|||||||
@touchstart="onTouchStart"
|
@touchstart="onTouchStart"
|
||||||
@touchmove="onTouchMove"
|
@touchmove="onTouchMove"
|
||||||
@touchend="onTouchEnd"
|
@touchend="onTouchEnd"
|
||||||
@touchcalcel="onTouchEnd"
|
@touchcancel="onTouchEnd"
|
||||||
>
|
>
|
||||||
<div class="van-pull-refresh__head">
|
<div class="van-pull-refresh__head">
|
||||||
<slot name="normal" v-if="status === 'normal'"></slot>
|
<slot name="normal" v-if="status === 'normal'"></slot>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user