Skip to content

Commit

Permalink
chore: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 12, 2024
1 parent 586cc6a commit ef056ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/treeNodeValue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ class _TreeNodeValueBase {
parent: TreeNodeValue | undefined

/**
* 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)`
*/
rawSegment: string
/**
* transformed version of the segment into a vue-router path. e.g. `'index'` becomes `''` and `[param]` becomes
* `:param`
* `:param`, `prefix-[param]-end` becomes `prefix-:param-end`.
*/
pathSegment: string

Expand Down

0 comments on commit ef056ab

Please sign in to comment.