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
Fix "#" placed incorrectly when query string is present on load (vuejs#2125)
When navigating to a URL with a query string like myapp.com?foo=bar in hash mode, the hash is currently placed after the query string myapp.com?foo=bar#/
This fix correctly parses URLs with query strings so that the above URL will be myapp.com/#/?foo=bar after loading.
0 commit comments