Skip to content

Commit ef056ab

Browse files
committed
chore: comments
1 parent 586cc6a commit ef056ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/treeNodeValue.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ class _TreeNodeValueBase {
2626
parent: TreeNodeValue | undefined
2727

2828
/**
29-
* segment as defined by the file structure e.g. keeps the `index` name
29+
* segment as defined by the file structure e.g. keeps the `index` name, `(group-name)`
3030
*/
3131
rawSegment: string
3232
/**
3333
* transformed version of the segment into a vue-router path. e.g. `'index'` becomes `''` and `[param]` becomes
34-
* `:param`
34+
* `:param`, `prefix-[param]-end` becomes `prefix-:param-end`.
3535
*/
3636
pathSegment: string
3737

0 commit comments

Comments
 (0)