Tencent / tdesign-vue-next

A Vue3.x UI components lib for TDesign.
https://tdesign.tencent.com/vue-next
MIT License
1.46k stars 478 forks source link

fix(swiper): fix bug when autoplay is false #4725

Closed chensid closed 1 week ago

chensid commented 1 week ago

🤔 这个 PR 的性质是?

🔗 相关 Issue

[Swiper] navigation切换轮播有bug #4648

💡 需求背景和解决方案

背景: 当autoplay=false且当swiperItemLength=2时,会重复触发swiperTo方法 解决方案: 设置watch的props.current变化时,当props.autoplay为true才触发类型为“autoplay”的swiperTo事件。

📝 更新日志

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项。⚠️

github-actions[bot] commented 1 week ago

完成