Open TAJ4K opened 2 years ago
Hello, my friend had this exact issue.
Are you getting the pictures dynamically?
v-for="(slide, index) in pictures"
Yeah, pictures array is returned from a GET to my API.
Try adding a v-if="pictures" on <VueperSlides>
. This should fix the problem by rendering VueperSlides together with the VueperSlide images.
The dragging issue is caused by the <VueperSlide>
being rendered after you have initialized the <VueperSlides>
.
That somewhat worked but gave me inconsistency, so I just made a new variable and used that with v-if and just manually changed it to be true when pictures loaded, and that seemed to fix my problem perfectly.
TYSM
Going to leave this open because I still think it's a bug with the library
No problem, goodluck with your project.
Hey, I recently started a project and decided to use Vueper-Slides for my carousel, I'm 99% sure I read the documentation correct, so I'm unsure why dragging is not working on desktop or pc, could it be a z-index issue somehow? The cursor for touchable shows, just dragging does nothing