After installing the Nuxt3 swiper module, I successfully created a carousel. Now, I am facing an issue with adding navigation using buttons or arrows. I tried using the useSwiper() composable but it seems to be undefined.
Can anyone help me identify the problem or suggest a different approach to creating a carousel?
Here is my controller code: View image here