-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Labels
bugfixed on 4.xThis issue has been already fixed on the v4 but exists in v3This issue has been already fixed on the v4 but exists in v3
Description
Version
3.0.2
Reproduction link
https://github.com/yegorLitvinov/vue-router-bug
Steps to reproduce
Set scrollBehavior property in router config. Put two forward slashes into beginning of the url (e.g. http://localhost:8081//about)
What is expected?
No errors in console
What is actually happening?
In firefox: SecurityError: The operation is insecure.
In Chrome: Uncaught DOMException: Failed to execute 'replaceState' on 'History': A history state object with URL 'http://about/' cannot be created in a document with origin 'http://localhost:8081' and URL 'http://localhost:8081//about'
makaria, Tsuyoshi84, bp2008, bkarlson, klr and 3 more
Metadata
Metadata
Assignees
Labels
bugfixed on 4.xThis issue has been already fixed on the v4 but exists in v3This issue has been already fixed on the v4 but exists in v3