vue-awesome-swiper icon indicating copy to clipboard operation
vue-awesome-swiper copied to clipboard

reinit on window resize

Open ehsan-shv opened this issue 3 years ago • 2 comments

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>

ehsan-shv avatar Mar 31 '21 11:03 ehsan-shv

I'm with the same problem here, the carousel breaks completely on resize

rochabianca avatar Apr 15 '21 17:04 rochabianca

add :key="swiperKey", and increase key after resizing event call. Add _.debounce to improve performce

tamphamdev avatar May 08 '21 20:05 tamphamdev