[Vuejs]-Vue.js Route is removing a hash from a parameter value (Mode: History)

0👍

hash is technically NOT part of the path.

you can get the current’s url’s hash in any component using this.$route.hash.

Leave a comment