gs-shop / vue-slick-carousel

🚥Vue Slick Carousel with True SSR Written for ⚡Faster Luxstay
https://gs-shop.github.io/vue-slick-carousel/
Other
803 stars 186 forks source link

Handle unslick value after "fetch" in nuxtjs #178

Open Iran-110 opened 3 years ago

Iran-110 commented 3 years ago

If the children of the VueSlickCarousel change during the app to a number less than slidesToShow i.e. (newChildren.length <= settings.slidesToShow), the settings.unslick will change to true. But, after that, if the number increase, unslick will not disable at all.