-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello. Thank you for using the Vutron template. References: https://router.vuejs.org/guide/essentials/history-mode.html#Hash-Mode When navigating to a page, be sure to use a hash value, not a regular URL. If you found this helpful, please leave a star on the GitHub project page - we appreciate your support! |
Beta Was this translation helpful? Give feedback.
-
Thank you very much !! |
Beta Was this translation helpful? Give feedback.
Hello. Thank you for using the Vutron template.
In projects consisting of Vue+Electron, we prefer URLs consisting of hashes, so we use a hash-based router in Vutron as well.
References: https://router.vuejs.org/guide/essentials/history-mode.html#Hash-Mode
When navigating to a page, be sure to use a hash value, not a regular URL.
If you want to navigate to the page
/second
: Use/#/second
or/#second
instead of/second
.If you found this helpful, please leave a star on the GitHub project page - we appreciate your support!