]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: wrong jsdoc
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 29 Aug 2025 13:55:32 +0000 (15:55 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 29 Aug 2025 13:55:32 +0000 (15:55 +0200)
packages/router/src/router.ts

index 9e3da8798e0fbfdf7ff0249659a9444a969e494a..533a1b1facf529bf00b49f3c42f65099f4bebf09 100644 (file)
@@ -94,7 +94,7 @@ export interface Router
   readonly options: RouterOptions
 
   /**
-   * Add a new {@link EXPERIMENTAL_RouteRecordRaw | route record} as the child of an existing route.
+   * Add a new {@link RouteRecordRaw | route record} as the child of an existing route.
    *
    * @param parentName - Parent Route Record where `route` should be appended at
    * @param route - Route Record to add
@@ -105,7 +105,7 @@ export interface Router
     route: RouteRecordRaw
   ): () => void
   /**
-   * Add a new {@link EXPERIMENTAL_RouteRecordRaw | route record} to the router.
+   * Add a new {@link RouteRecordRaw | route record} to the router.
    *
    * @param route - Route Record to add
    */