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:
+1
-6
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user