fsenaweb / vue-easy-carousel

A responsive and easy slideshow/carousel for Vue.js
3 stars 0 forks source link

Adding hyperlink page to images on array #13

Open zylber1985 opened 3 years ago

zylber1985 commented 3 years ago

I installed on my vue project the vue-easy-carousel. It works very good to show the slider, but now I need to put a link in each image to redirect a page and I'm not getting it to work. So, could you help me to do that?

My code: On template:

<vue-easy-carousel :my-images="imagenesArray" time-slide="5000" show-dots="true" / >

On Data data() { return { imagenesArray: [ { image: ${require("@/assets/home/concursos.jpeg")}, text: "" }, { image: ${require("@/assets/home/peker.jpeg")}, text: "" } ]} }

Thanks a lot

fsenaweb commented 3 years ago

Hi @zylber1985, thanks for sharing your question.

Unfortunately, this feature has not yet been implemented. It will be released in the next package update. However, due to the work demand I'm doing, it affects the delivery time.

If you are interested in uploading an update, it would be interesting and very well accepted in the project.

I apologize for not complying with your request, however, as soon as this update is implemented, I can let you know.

best regards

zylber1985 commented 3 years ago

Thanks @fsenaweb !