diff --git a/src/swiper/swiper.tsx b/src/swiper/swiper.tsx index 61241112fb..85e9c07856 100644 --- a/src/swiper/swiper.tsx +++ b/src/swiper/swiper.tsx @@ -327,9 +327,7 @@ export default defineComponent({ watch( () => props.current, () => { - if (props.autoplay) { - swiperTo(props.current, { source: 'autoplay' }); - } + swiperTo(props.current, { source: 'autoplay' }); }, );