[bugfix] ImagePreview: start position (#1456)

This commit is contained in:
neverland
2018-07-10 21:13:55 +08:00
committed by GitHub
parent ac092e877e
commit 2c8ee2ac3e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div
v-show="value"
v-if="value"
:class="b()"
@touchstart="onTouchStart"
@touchend="onTouchEnd"