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:
Noblet Ouways 2024-11-29 02:22:01 +01:00 committed by GitHub
parent 81d5b4beda
commit 3c734df53e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
@click="handleClick"
@mouseenter="handleMouseEnter"
@mouseleave="handleMouseLeave"
@touchstart="handleTouchStart"
@touchstart.passive="handleTouchStart"
>
<slot name="prefix" />
<input