fix: 修正链接,去掉重复的英文
This commit is contained in:
parent
601f35d5ff
commit
67ec249772
|
@ -102,7 +102,7 @@ include ../../../_includes/_see-addr-bar
|
||||||
|
|
||||||
* Toggling css classes for the [active router link](#router-link-active)
|
* 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)
|
* Embedding critical information in the URL with [route parameters](#route-parameters)
|
||||||
|
|
||||||
|
@ -196,7 +196,6 @@ include ../../../_includes/_see-addr-bar
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
### *<base href>*
|
### *<base href>*
|
||||||
### *<base href>*
|
|
||||||
|
|
||||||
Most routing applications should add a `<base>` element to the `index.html` as the first child in the `<head>` tag
|
Most routing applications should add a `<base>` element to the `index.html` as the first child in the `<head>` tag
|
||||||
to tell the router how to compose navigation URLs.
|
to tell the router how to compose navigation URLs.
|
||||||
|
|
Loading…
Reference in New Issue