Answer the question
In order to leave comments, you need to log in
How to handle event (click in bootstrap carousel) in vue.js?
I have a bootstrap slider that scrolls when you click on thumbnails - thumbnails. Thumbnails have an 'alt' attribute. Is it possible to correctly handle a click on a given preview in vue.js to get the given attribute? And how to do it (if such an approach has the right to exist)?<img src="/img.png" v-bind:alt="color-red">
Answer the question
In order to leave comments, you need to log in
<img src="/img.png" v-bind:alt="color-red" @click="fn">
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question