You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is expected, the router expects only the URI part, without the domain. It does strip it when provided through the base element but not otherwise since the domain is out of router's reach so it would be confusing the specify a full url in the js, people may end up specifying different domains depending on the build when at the end, the URI is enough
Version
3.1.3
Reproduction link
https://repl.it/@njam/vue-router-base
Steps to reproduce
What is expected?
Final URL is based on absolute base URL:
"http://example.com/foo"
What is actually happening?
Final URL is using base URL as relative path:
"/http:/example.com/"
I couldn't find a ticket for this, only a closed PR: #1353
The text was updated successfully, but these errors were encountered: