Christian Preston
Christian Preston
Currently uses nuxt's `css` option which applies it to the header when build and startup of the app. As It's currently not supported within the current iteration of nuxt-swiper. I...
I use it for https://premier911.com and I have never got that error. Can you please submit a link to reproduction 🙏🏼
@Hodadisbirhan @matrixmandeep I can't reproduce it. If you can please add a reproduction link 🙏🏼
@vhovorun I updated the Nuxt swiper to use Swiper elements please check out the draft PR if you'd like to test to see if it works better than the current...
@DevMojahed this is actually an upstream bug due because swiper Vue needs better SSR support for there Vue component! If you want to file an upstream bug bug to swiper...
@DevMojahed I was digging deeper into this, and found that CLS shift is present because Swiper/Vue doesn't have the proper support for SSR so it doesn't load the plugins, images,...
Can you show me your code for the SwiperPrev and SwiperNext ?
It feels that there is two bindings happening when you move the slide causing it to do that. Can you also show me the code for `@sliderChange` & `@swiper` ?...
Try getting rid of the navigation config from the `SwiperConfig` without the class bindings. I feels like it's assigning them twice.
@lizy0329-biubiubiu please trying using the swiper elements branch on v2. Docs: https://github.com/cpreston321/nuxt-swiper/tree/feat/elements?tab=readme-ov-file#nuxt-swiper Install: https://github.com/cpreston321/nuxt-swiper/pull/109 Please let me know if that helps. v1 will soon be deprecated.