[bugfix] Spelling of 'touchcancel ' (#239)

This commit is contained in:
Wis 2017-10-24 17:36:45 +08:00 committed by neverland
parent 0da517e004
commit 8c4866e6a7

View File

@ -5,7 +5,7 @@
@touchstart="onTouchStart"
@touchmove="onTouchMove"
@touchend="onTouchEnd"
@touchcalcel="onTouchEnd"
@touchcancel="onTouchEnd"
>
<div class="van-pull-refresh__head">
<slot name="normal" v-if="status === 'normal'"></slot>