Fixed swiper param type
This commit is contained in:
parent
cd0fb796ab
commit
c4dcff1b0a
|
@ -41,7 +41,7 @@ export const ArticleCardSwiper = (props: Props) => {
|
||||||
thumbs-swiper={'.thumbSwiper'}
|
thumbs-swiper={'.thumbSwiper'}
|
||||||
observer={true}
|
observer={true}
|
||||||
onSlideChange={handleSlideChange}
|
onSlideChange={handleSlideChange}
|
||||||
slides-per-view="1"
|
slides-per-view={1}
|
||||||
space-between={26}
|
space-between={26}
|
||||||
breakpoints={{
|
breakpoints={{
|
||||||
576: { slidesPerView: props.slidesPerView ?? 1.5 },
|
576: { slidesPerView: props.slidesPerView ?? 1.5 },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user