Skip to content

Commit

Permalink
docs: fix url path (vuejs#1712)
Browse files Browse the repository at this point in the history
  • Loading branch information
laygir authored Feb 24, 2023
1 parent fcd96c0 commit ab5be89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/guide/advanced/dynamic-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ router.addRoute({

Vue Router gives you two functions to look at existing routes:

- [`router.hasRoute()`](../../api/#hasroute): check if a route exists
- [`router.getRoutes()`](../../api/#getroutes): get an array with all the route records.
- [`router.hasRoute()`](../../api/interfaces/router.html#Methods-hasRoute): check if a route exists
- [`router.getRoutes()`](../../api/interfaces/Router.html#Methods-getRoutes): get an array with all the route records.

0 comments on commit ab5be89

Please sign in to comment.