I am looking for a function in ionic vue by which i can programmatically redirect to a URL without using
router.push() function. As router.push() add a back button in the toobar. I don’t want that.
I have a page that is opened by push method. Now, i want to go to my home tab from that page. How can i do that so?
Thanks.
1 post - 1 participant