vue-carousel-3d
vue-carousel-3d copied to clipboard
Support set current slide
I have already implemented the property to support this.
I tried to create a branch and push, but seems don't have permissions.
remote: Permission to Wlada/vue-carousel-3d.git denied to shernaz. fatal: unable to access 'https://github.com/Wlada/vue-carousel-3d.git/': The requested URL returned error: 403/
Do you think you could allow me to push a branch, and then I can open a PR?
Hi @shernaz , You can create a PR by first "forking" this repo and adding a remote to your fork. Then you will be able to push and open a PR. Good luck!
I want this feature too. I see goSlide method, seems I can use it to set current slide using index?
https://github.com/Wlada/vue-carousel-3d/blob/master/src/Carousel3d.vue#L255