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.
end: false
strict: false
1 parent d9607ab commit 07e86a9Copy full SHA for 07e86a9
packages/router/src/matcher/pathMatcher.ts
@@ -44,6 +44,10 @@ export function createRouteRecordMatcher(
44
}
45
46
47
+ if (options?.end === false && !options?.strict) {
48
+ staticTokens.pop()
49
+ }
50
+
51
const parser = staticPath
52
? staticPathToParser(record.path, tokens, options)
53
: tokensToParser(tokens, options)
0 commit comments