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 39fae07 commit 489547fCopy full SHA for 489547f
packages/router/src/matcher/pathParserRanker.ts
@@ -76,6 +76,8 @@ export interface _PathParserOptions {
76
/**
77
* Should the RegExp match until the end by appending a `$` to it.
78
*
79
+ * @deprecated this option will alsways be `true` in the future. Open a discussion in vuejs/router if you need this to be `false`
80
+ *
81
* @defaultValue `true`
82
*/
83
end?: boolean
0 commit comments