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 586cc6a commit ef056abCopy full SHA for ef056ab
src/core/treeNodeValue.ts
@@ -26,12 +26,12 @@ class _TreeNodeValueBase {
26
parent: TreeNodeValue | undefined
27
28
/**
29
- * segment as defined by the file structure e.g. keeps the `index` name
+ * segment as defined by the file structure e.g. keeps the `index` name, `(group-name)`
30
*/
31
rawSegment: string
32
33
* transformed version of the segment into a vue-router path. e.g. `'index'` becomes `''` and `[param]` becomes
34
- * `:param`
+ * `:param`, `prefix-[param]-end` becomes `prefix-:param-end`.
35
36
pathSegment: string
37
0 commit comments