[Vuejs]-How to destroy slider vue-awesome-swiper in vue.js?

0👍

What about using v-if on swiper element so it won’t be rendered when viewed on desktop?

You would create a method that detects if the client is desktop or tablet and pass the result to the v-if attribute.

Leave a comment