From 67ec2497726f9fb6e180afd41d332e4a5d4d28bb Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Tue, 14 Mar 2017 14:43:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=EF=BC=8C=E5=8E=BB=E6=8E=89=E9=87=8D=E5=A4=8D=E7=9A=84=E8=8B=B1?= =?UTF-8?q?=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/router.jade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index d3fefdfb76..c876562595 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -102,7 +102,7 @@ include ../../../_includes/_see-addr-bar * Toggling css classes for the [active router link](#router-link-active) - 利用[`router-link-active`指令]切换CSS类(#router-link-active) + 利用[`router-link-active`指令](#router-link-active)切换CSS类 * Embedding critical information in the URL with [route parameters](#route-parameters) @@ -196,7 +196,6 @@ include ../../../_includes/_see-addr-bar :marked ### *<base href>* - ### *<base href>* Most routing applications should add a `` element to the `index.html` as the first child in the `` tag to tell the router how to compose navigation URLs.