Skip to content

Commit 55373ec

Browse files
committed
docs: Fix list indent in router-link
1 parent fe5b4de commit 55373ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/en/api/router-link.md

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<router-link :to="{ path: 'register', query: { plan: 'private' }}">Register</router-link>
4343
```
4444

45+
4546
- **replace**
4647

4748
- type: `boolean`
@@ -54,6 +55,7 @@
5455
<router-link :to="{ path: '/abc'}" replace></router-link>
5556
```
5657

58+
5759
- **append**
5860

5961
- type: `boolean`
@@ -66,6 +68,7 @@
6668
<router-link :to="{ path: 'relative/path'}" append></router-link>
6769
```
6870

71+
6972
- **tag**
7073

7174
- type: `string`
@@ -80,6 +83,7 @@
8083
<li>foo</li>
8184
```
8285

86+
8387
- **active-class**
8488

8589
- type: `string`

0 commit comments

Comments
 (0)