diff --git a/src/index.js b/src/index.js index a1a7b8507..69c3cc0c8 100644 --- a/src/index.js +++ b/src/index.js @@ -186,9 +186,10 @@ export default class VueRouter { normalizedTo: Location, resolved: Route } { + current = current || this.history.current const location = normalizeLocation( to, - current || this.history.current, + current, append, this )