Can't get autoplay with Vue #4849
Replies: 3 comments 1 reply
-
And you did install |
Beta Was this translation helpful? Give feedback.
-
use : |
Beta Was this translation helpful? Give feedback.
-
Hi ther ✋how can create slider swiper vue js ameyzing . i search in swiper.js for slider componnent vue bat not defind :( |
Beta Was this translation helpful? Give feedback.
-
I've been using Swiper a few times. This time needed a vue slider, so used Swiper Vue. Seems to be all ok, but one thing. Can't get autoplay to work.
The simplest
<swiper :autoplay="true">
makes no effect. Vue Dev console show that prop autoplay is set.
Tried to use event
@swiper
, to call:swiper.autoplay.start()';
but breaks throwing error that
autoplay
is undefined. So worked around by calling setInterval on@swiper
event, with swiper.slideNext().Beta Was this translation helpful? Give feedback.
All reactions