File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ export interface Router
9494 readonly options : RouterOptions
9595
9696 /**
97- * Add a new {@link EXPERIMENTAL_RouteRecordRaw | route record} as the child of an existing route.
97+ * Add a new {@link RouteRecordRaw | route record} as the child of an existing route.
9898 *
9999 * @param parentName - Parent Route Record where `route` should be appended at
100100 * @param route - Route Record to add
@@ -105,7 +105,7 @@ export interface Router
105105 route : RouteRecordRaw
106106 ) : ( ) => void
107107 /**
108- * Add a new {@link EXPERIMENTAL_RouteRecordRaw | route record} to the router.
108+ * Add a new {@link RouteRecordRaw | route record} to the router.
109109 *
110110 * @param route - Route Record to add
111111 */
You can’t perform that action at this time.
0 commit comments