vue-slick icon indicating copy to clipboard operation
vue-slick copied to clipboard

Slick refresh feature

Open barfi opened this issue 6 years ago • 0 comments

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

barfi avatar Nov 27 '18 07:11 barfi