From ef056ab2b8290bdee7554966ba82311d8423e99c Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 12 Dec 2024 15:18:28 +0100 Subject: [PATCH] chore: comments --- src/core/treeNodeValue.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/treeNodeValue.ts b/src/core/treeNodeValue.ts index 4d06fefb5..fa82d2251 100644 --- a/src/core/treeNodeValue.ts +++ b/src/core/treeNodeValue.ts @@ -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