From a0060abc70fe637c899ffea2ed8580cfb81b918c Mon Sep 17 00:00:00 2001 From: GuoYuFei Date: Sun, 23 Dec 2018 00:09:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E4=B8=8E=E5=AF=BC=E8=88=AA=E7=AB=A0=E8=8A=82=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E9=94=9A=E7=82=B9=E8=B7=B3=E8=BD=AC=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/router.md b/aio/content/guide/router.md index 6a0dd706d7..2965490de3 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -5218,7 +5218,7 @@ In the [route parameters](#optional-route-parameters) example, you only dealt wi the route, but what if you wanted optional parameters available to all routes? This is where query parameters come into play. -在这个[查询参数](guide/router#query-parameters)例子中,你只为路由指定了参数,但是该如何定义一些所有路由中都可用的可选参数呢? +在这个[查询参数](#optional-route-parameters)例子中,你只为路由指定了参数,但是该如何定义一些所有路由中都可用的可选参数呢? 这就该“查询参数”登场了。 [Fragments](https://en.wikipedia.org/wiki/Fragment_identifier) refer to certain elements on the page