Mikhail Sitnikov
Mikhail Sitnikov
I used nuxt-swiper https://nuxt.com/modules/swiper https://github.com/cpreston321/nuxt-swiper `import type { NavigationOptions } from 'swiper/types';` ``` const navigationOption: Ref = ref({ prevEl: sliderPrevButton, nextEl: sliderNextButton, disabledClass: 'nav__back--disabled', }); ``` Can you help for...
> Still experiencing the issue. My workaround for now: > > ``` > on: { > afterInit: () => { > this.slideTo(0); > }, > } > ``` I used...
Experiencing the same issue with Nuxt 3.