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 8ac478f commit 9b01cbcCopy full SHA for 9b01cbc
src/create-matcher.js
@@ -53,10 +53,8 @@ export function createMatcher (
53
}
54
55
56
- if (record) {
57
- location.path = fillParams(record.path, location.params, `named route "${name}"`)
58
- return _createRoute(record, location, redirectedFrom)
59
- }
+ location.path = fillParams(record.path, location.params, `named route "${name}"`)
+ return _createRoute(record, location, redirectedFrom)
60
} else if (location.path) {
61
location.params = {}
62
for (let i = 0; i < pathList.length; i++) {
0 commit comments