From 709851844eb1ab30489712b8d0bfe2b0625f1a8d Mon Sep 17 00:00:00 2001 From: Mashiro Wang Date: Wed, 23 Dec 2020 17:01:12 +0800 Subject: [PATCH] docs: fix link in useRouter api doc (#673) --- docs/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/index.md b/docs/api/index.md index 2ced3c4a..06f06a27 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -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:** -- 2.39.5