mirror of
https://github.com/element-plus/element-plus.git
synced 2025-04-06 16:30:35 +08:00
fix(components): [time-picker] add passive modifier on touchstart event (#19046)
fix(components): [time-picker] add passive modifier on touchstart event closed #19045
This commit is contained in:
parent
81d5b4beda
commit
3c734df53e
@ -6,7 +6,7 @@
|
||||
@click="handleClick"
|
||||
@mouseenter="handleMouseEnter"
|
||||
@mouseleave="handleMouseLeave"
|
||||
@touchstart="handleTouchStart"
|
||||
@touchstart.passive="handleTouchStart"
|
||||
>
|
||||
<slot name="prefix" />
|
||||
<input
|
||||
|
Loading…
x
Reference in New Issue
Block a user