SSENSE/vue-carousel
Bug: When items are loaded asynchronously the carousel starts at the last pagination dot
Aberta
#188 aberto em 24 de abr. de 2018
buggood first issuehelp wanted
Métricas do repositório
- Stars
- (1.705 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
If you add in the slides with a v-for and get the data inside those async, like for example an AJAX request then the pagination starts at the last dot.
Here's a JSFiddle to illustrate it https://jsfiddle.net/mor7m8s8/1/
I've used a set timeout to simulate the delay but it occurs just the same with an AJAX request.