vue-awesome-swiper
vue-awesome-swiper copied to clipboard
reinit on window resize
How init again on window resize in nuxt app? does it has any method to call on resize event?
I use swiper with directive:
<div v-swiper:mySwiper="swiperOption"></div>
I'm with the same problem here, the carousel breaks completely on resize
add :key="swiperKey"
, and increase key after resizing event call. Add _.debounce to improve performce