]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: fix link in useRouter api doc (#673)
authorMashiro Wang <hyperoot@gmail.com>
Wed, 23 Dec 2020 09:01:12 +0000 (17:01 +0800)
committerGitHub <noreply@github.com>
Wed, 23 Dec 2020 09:01:12 +0000 (10:01 +0100)
docs/api/index.md

index 2ced3c4adfb18ae9a5b1f1c3cf54c08d698b3325..06f06a27bde187fa38c84f8f8fe74a43156a0819 100644 (file)
@@ -370,7 +370,7 @@ export declare function useRoute(): RouteLocationNormalized
 
 ### useRouter
 
-Returns the [router](#Router) instance. Equivalent to using `$router` inside templates. Must be called inside of `setup()`.
+Returns the [router](#router-properties) instance. Equivalent to using `$router` inside templates. Must be called inside of `setup()`.
 
 **Signature:**