[Vuejs]-Vuejs and Slick Carousel – problem with v-for can't add element in carousel

0πŸ‘

βœ…

from the official README (see method reInit in the README.md

// Helpful if you have to deal with v-for to update dynamic lists
this.$nextTick(() => {
  this.$refs.slick.reSlick();
});

Leave a comment