Vue 3 and Vue Router with hash history #4298
LuisDev2001
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been working with Vue Bridge to host my microfrontend, which will handle the deployment of other applications in separate repositories, all built with Vue.js. However, I don't have access to
createWebHistory, so I have to resort to usingcreateWebHashHistory. The issue here is that in my remote applications, I had to use a function to parse the routes so they would render correctly. When I usedexport-appand returned the application's router, the routes failed to be deployed in the child application. I feel like I've solved the problem, but the official documentation doesn't mention anything about usinghashhistory. I also had to search extensively in the codebase for the use of thehashRouteproperty. Therefore, I'd like to know more about this. I'm available if you need any further information on this matter.Beta Was this translation helpful? Give feedback.
All reactions