A
A
Alexey2020-08-24 13:54:44
Vue.js
Alexey, 2020-08-24 13:54:44

How to make the second slide the main one?

Has anyone already worked with the vue-awesome-slider?
I need to set the second slide as the main one in the slider, and I can’t find where this is done

Answer the question

In order to leave comments, you need to log in

1 answer(s)
0
0xD34F, 2020-08-24
@alex_kobylansky

What does "main" mean? Shown at initialization? If so then

data: () => ({
  swiperOptions: {
    initialSlide: здесь номер слайда,
  },
}),

<swiper :options="swiperOptions">

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question