mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(docs): fix link to vue router api (#7289)
This commit is contained in:
parent
4e0c2c4485
commit
86158bb407
@ -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"}
|
||||
|
Loading…
Reference in New Issue
Block a user