2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-08 19:32:44 +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,
}"
>
<div
v-if="!inline"
:class="`${prefixClass}-input-wrapper`"
@mousedown="openPopup"
@touchstart="openPopup"
>
<div v-if="!inline" :class="`${prefixClass}-input-wrapper`" @mousedown="openPopup">
<slot name="input">
<input
ref="input"