mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
[bugfix] Spelling of 'touchcancel ' (#239)
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user