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 the plugin if the "length" of the children is 0 #179

Closed Iran-110 closed 2 years ago

Iran-110 commented 3 years ago

If the length of the children is zero, some of the variables will be undefined, in addition, getting the length of an undefined variable raises an exception. So, we must handle this to prevent the app from crashing. (#75 and #102)

It can happen if the user wants to fetch in Nuxt-js. At the first time, there is no child and it leads to crash the app.