[fix] swiper cycle invalid (#425)

This commit is contained in:
星日语 2024-04-06 19:38:34 +08:00 committed by GitHub
parent 6f21c5166f
commit 511834d6c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
spaceBetween: 8,
centeredSlides: true,
effect: effect,
loop: true,
rewind: true,
pagination: {
el: '.swiper-pagination',
clickable: true,
@ -23,4 +23,4 @@
})
}
});
</script>
</script>