diff --git a/packages/components/time-picker/src/common/picker.vue b/packages/components/time-picker/src/common/picker.vue index 61588b16137e5..0774af2a3003e 100644 --- a/packages/components/time-picker/src/common/picker.vue +++ b/packages/components/time-picker/src/common/picker.vue @@ -54,7 +54,7 @@ @mousedown="onMouseDownInput" @mouseenter="onMouseEnter" @mouseleave="onMouseLeave" - @touchstart="onTouchStartInput" + @touchstart.passive="onTouchStartInput" @click.stop >