zhuguifei
2025-08-22 8304eac2a45a32b00563c03a2f3fd303ecd5872a
1
2
3
4
export default function slideReset(speed = this.params.speed, runCallbacks = true, internal) {
  const swiper = this;
  return swiper.slideTo(swiper.activeIndex, speed, runCallbacks, internal);
}