drewjbartlett / vue-flickity

A Vue Slider / Carousel Component for Flickity.js
http://drewjbartlett.com/demos/vue-flickity/
374 stars 55 forks source link

add method for use with async data #14

Closed F-loat closed 7 years ago

F-loat commented 7 years ago

after get async data call this method and it will work

  this.$nextTick(() => this.$refs.flickity.rerender());
drewjbartlett commented 7 years ago

Thanks for this! Just merged