staskjs/vue-slick

Slick refresh feature

Closed this issue · 0 comments

barfi commented

Hi, there is a special feature for refreshing slick when its content was changed dynamicaly (v-for and other...)

$(this.$el)[0].slick.refresh()

or

$(this.$el).slick('refresh')

It is better then unslick->slick :)
More info