2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-23 09:10:36 +03:00

fix: remove touchstart event (#469)

This commit is contained in:
mengxiong10
2020-05-27 14:25:57 +08:00
parent fb8a79feca
commit b6b770d7ac
+1 -6
View File
@@ -7,12 +7,7 @@
disabled: disabled, disabled: disabled,
}" }"
> >
<div <div v-if="!inline" :class="`${prefixClass}-input-wrapper`" @mousedown="openPopup">
v-if="!inline"
:class="`${prefixClass}-input-wrapper`"
@mousedown="openPopup"
@touchstart="openPopup"
>
<slot name="input"> <slot name="input">
<input <input
ref="input" ref="input"