Skip to content

Commit 7098518

Browse files
authored
docs: fix link in useRouter api doc (vuejs#673)
1 parent 983797f commit 7098518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ export declare function useRoute(): RouteLocationNormalized
370370

371371
### useRouter
372372

373-
Returns the [router](#Router) instance. Equivalent to using `$router` inside templates. Must be called inside of `setup()`.
373+
Returns the [router](#router-properties) instance. Equivalent to using `$router` inside templates. Must be called inside of `setup()`.
374374

375375
**Signature:**
376376

0 commit comments

Comments
 (0)