when I navigate to “/profile” from “/” and then click to change language, route changes to “it/profile”
and then when I click on back button:
<Button @click="router.back()" :noBg="true">{{ t('back') }}</Button>
the page doesn’t navigate to “/it” it just back to “/profile”
I want when in homepage I navigate to “/profile” and then click to change language the route changes to “it/profile” and then when I click on back button it navigate to “/it/”
Farzin Mohamadi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.