vue-slick-carousel
vue-slick-carousel copied to clipboard
Card in two line ?

I have 6 card and I have some bug use this package.
Settings:
settings: {
autoplay: true,
slidesToShow: 3,
arrows: false,
rows: 1,
speed: 200,
pauseOnHover: true,
}
@hakimov-dev found any solution? I see that if I have [if condition] in my vue-slick-carousel component this occurs.
@hakimov-dev found any solution? I see that if I have [if condition] in my vue-slick-carousel component this occurs.
or 'if condition in the following div's.
Hey fixed it. Added this one :centerMode="true" and worked.