chore(docs): fix link to vue router api (#7289)

This commit is contained in:
Alexander Lichter 2022-09-06 18:20:24 +02:00 committed by GitHub
parent 4e0c2c4485
commit 86158bb407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"}