-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Description
Version
3.1.3
Reproduction link
https://repl.it/@njam/vue-router-base
Steps to reproduce
- Set 'base' to an absolute URL
- Resolve any link
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
Metadata
Metadata
Assignees
Labels
No labels