Skip to content

Commit 22f48ab

Browse files
committed
docs: fix links
1 parent a9248df commit 22f48ab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/core/extendRoutes.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ export class EditableTreeNode {
8383
/**
8484
* Name of the route. Note that **all routes are named** but when the final `routes` array is generated, routes
8585
* without a `component` will not include their `name` property to avoid accidentally navigating to them and display
86-
* nothing. {@see isPassThrough}
86+
* nothing.
87+
* @see {@link isPassThrough}
8788
*/
8889
get name(): string {
8990
return this.node.name
@@ -113,7 +114,8 @@ export class EditableTreeNode {
113114

114115
/**
115116
* Override the meta property of the route. This will discard any other meta property defined with `<route>` blocks or
116-
* through other means.
117+
* through other means. If you want to keep the existing meta properties, use `addToMeta`.
118+
* @see {@link addToMeta}
117119
*/
118120
set meta(meta: RouteMeta) {
119121
this.node.value.removeOverride('meta')

0 commit comments

Comments
 (0)