vue-carousel-3d
vue-carousel-3d copied to clipboard
Adding slides from zero makes current slide invisible.
The effect is very similar to what can be seen in #48 - but it can be triggered from the Playground by:
- First removing every slide.
- Add slides.
- There will be no slide selected.
This is a bug and needs to be fixed.
When will it be fixed?
I got this bug solved like this: first I initiated the vue-carousel-3d with the array which has only ONE mocked element in it, and then add add new elements to the list, and then pop/unshift the first element from the list.