Why is Vue Router by default set to hash history mode? #14639
Unanswered
ShlomoCode
asked this question in
General - Components / Directives / etc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I created a Vue 3 application using the Quasar Cli, and found that the history mode of the Vue router is set to Hash Mode (Of course you can change manually, but this is how it is created by default).
But in the official documentation it appears that HTML5 Mode is the recommended mode:
https://router.vuejs.org/guide/essentials/history-mode.html#html5-mode
Beta Was this translation helpful? Give feedback.
All reactions