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