Answer the question
In order to leave comments, you need to log in
How to make the simplest slider on vue js?
We have 3 pictures, and a button to show slide number 3
data () {
return {
slideActive: 1,
},
}
},
methods: {
currentSlide: function (id) {
this.slideActive = id;
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question