From: Eduardo San Martin Morote Date: Fri, 29 Aug 2025 13:55:32 +0000 (+0200) Subject: chore: wrong jsdoc X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd0b5fa6aa0bf162c2fa006dde571b3f0bf332ba;p=thirdparty%2Fvuejs%2Frouter.git chore: wrong jsdoc --- diff --git a/packages/router/src/router.ts b/packages/router/src/router.ts index 9e3da879..533a1b1f 100644 --- a/packages/router/src/router.ts +++ b/packages/router/src/router.ts @@ -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 */