This.$f7router.navigate to tab

I have a login page which I want to redirect to a profile tab on login.

I’m using this: this.$f7router.navigate(’/profile/’) which loads the page, however it’s laid over the current login page. How can I navigate to the profile tab instead?

Thanks,
N.

https://framework7.io/docs/tabs.html#tabs-app-methods

Thank you! I was on the Vue documentation and missed this.