Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
chore(docs): fix link to vue router api (#7289)
Browse files Browse the repository at this point in the history
  • Loading branch information
manniL committed Sep 6, 2022
1 parent 4e0c2c4 commit 86158bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.api/1.composables/use-route.md
Expand Up @@ -34,7 +34,7 @@ Apart from dynamic parameters and query parameters, `useRoute()` also provides t
* **path**: encoded pathname section of the URL
* **redirectedFrom**: route location that was attempted to access before ending up on the current route location

::ReadMore{link="https://router.vuejs.org/api/#routelocationnormalized"}
::ReadMore{link="https://router.vuejs.org/api/interfaces/RouteLocationNormalizedLoaded.html"}
::

::ReadMore{link="/guide/features/routing"}
Expand Down

0 comments on commit 86158bb

Please sign in to comment.