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.
Source:stackexchange.com
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.