[Vuejs]-Owl Carousel doesn't work on vue js using loop for element class

0👍

I had a similar issue using v-for on owl carousel components and how i solved it was by initializing the carousel on the mounted life-cycle hook of each of the components. If that doesn’t work try initializing it on the updated hook instead. Hope this helps

👤Vayne

Leave a comment