chore: added some more deprecation fixes for the routeRefs

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-10-21 14:11:42 +02:00
parent 1332a98a01
commit 8b21788e96
9 changed files with 27 additions and 34 deletions
@@ -78,6 +78,11 @@ export class RouteRefImpl<Params extends AnyParams>
}
}
// /** @deprecated use `useRouteRef` instead */
// get path() {
// return thuis
// }
get icon() {
return this.config.icon;
}