Can we retain the hash value while navigating #1724
-
While navigating For example, If I want to navigate from "http://localhost:8080/users#userId=10" to "http://localhost:8080/profile#userId=20", How can I retain the value of hash |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Mar 6, 2023
Replies: 1 comment 3 replies
-
You can: router.push({ name: 'somepage', hash: route.hash }) |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can: