Please, improve the Docs because you remove Ion-Slide in Ionic 7 and i want remove it in Ionic 6 and replace it with Swiper.js but the problem is if i want to ref the swiper i get always undefined.
How can i achieve that i get the ref like
const slides = ref();
slides.value.$el.getSwiper()?
If you are using Swiper.js directly, note that the getSwiper method no longer exists. Instead, you should use the @swiper event. Here is an example: Slides | Ionic Documentation
Yeah but i dont think it works really because it shows me always “undefined” the next problem is i cannt import IonicSwiper because it says has no export member?
import '@ionic/vue/css/ionic-swiper.css'; its not foundable
The problem is you have explicitly installed @ionic/core v6, but you are using @ionic/vue v5 in your application. You never need to install @ionic/core as that will be installed for you automatically when you install @ionic/vue.
No problem, after Upgrading the IonButtons has no style and color tag dont work anymore i think a complete new project is better and copy the important thinks or?
IonicSwiper will add into ionic/vue product when it is the version of 5.8.5
and IonicSlides will add by the ionic team when ur package ionic/vue in the version of 5.9.1 up
and I recommend ur project should up to date to version 6 or higher, because in version 5. Ur project will have a lot of vulnerability