Issue
I am trying to use back button to go on previous page butt unfortunately it is not working. It is not giving any error.
<ion-buttons slot="start">
<ion-back-button defaultHref="/"></ion-back-button>
</ion-buttons>
do I need to call any kind of js code?
In documentation I didn't see that https://ionicframework.com/docs/api/back-button?_gl=1*1exs5lk*_ga*MTM2Nzc2ODQwNi4xNjEyMTYyNDU0*_ga_REH9TJF6KF*MTYxMzg5NzIwNi4yMi4xLjE2MTM4OTc0MzEuMA..
Solution
That was my bad I didn't import the IonBackButton component and was directly using it
import { IonBackButton } from "@ionic/vue";
Answered By - user13134426
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.