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.