vue-carousel-3d icon indicating copy to clipboard operation
vue-carousel-3d copied to clipboard

Support set current slide

Open shernaz opened this issue 7 years ago • 2 comments

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?

shernaz avatar Mar 03 '18 18:03 shernaz

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!

icarito avatar Mar 14 '18 03:03 icarito

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

Grawl avatar Apr 10 '18 02:04 Grawl