Im using ionic vue tabs starter appliction.
I have a requirement now, to switch tab programmatically from one tab to another
here is my situation
// in Tab1.vue page
setup(props, context) {
function moveToTab2(){
// here I need the code to switch tab1 to tab3
// possible to call tabs.select() method here ?
}
}
// my tabs.vue page
<ion-tabs ref="tabs" >
any help is much appreciated, Thank you so much
1 post - 1 participant