loopDestroy.js 119 B

12345678
  1. export default function loopDestroy() {
  2. const swiper = this;
  3. const {
  4. $wrapperEl,
  5. params,
  6. slides
  7. } = swiper;
  8. }