How to use localePath with $router.back() or $router.go(-1)? #2217
Unanswered
mateoKutnjak
asked this question in
Q&A
Replies: 2 comments 1 reply
-
This is a question, so we will move to github discussions |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am not sure what exactly you mean by If seriall order like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can access previous route through
$router.options.history.state.back
but I believe this will mess up history stack. Can I somehow use back() or go(-1) with localePath function?Beta Was this translation helpful? Give feedback.
All reactions