We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de549a commit d17a4b1Copy full SHA for d17a4b1
src/util/location.js
@@ -39,7 +39,7 @@ export function normalizeLocation (
39
const basePath = (current && current.path) || '/'
40
const path = parsedPath.path
41
? resolvePath(parsedPath.path, basePath, append || next.append)
42
- : (current && current.path) || '/'
+ : basePath
43
44
const query = resolveQuery(
45
parsedPath.query,
0 commit comments