Open bluelemonade opened 4 years ago
the problem is the :infiniteScroll="true" property without it works great.
the feature could also be implemented without additional cloned slides, only the missing slide would have to be moved.
But as I see, all slides are in one track, so that's the wrong approach.
I have problems changing the content of a slide.
simple example:
when I go to slideEvent this. $ refs ["p" + e.currSlide] .innerHTML = "Slide" + e.currSlide set this is not displayed. In the Dom Tree, however, I see elements in which it was changed, but they are cloned!
How does this mechanism work and how do I get access to the really visible slides.