Can't get autoplay with Vue #4849
Replies: 4 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.
-
|
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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
autoplayis undefined. So worked around by calling setInterval on@swiperevent, with swiper.slideNext().Beta Was this translation helpful? Give feedback.
All reactions