For example I have a route with path /app1
, where I’d like to load a microfrontend, when I navigate further /app1/about
everything looks ok until I reload page and the router warns in the console:
main.js:9 [Vue Router warn]: No match found for location with path "/app1/about"
Is there a way the router could load a partially matched route (in this case /app1
)? Maybe some hook to fix/resolve the URL for the router?