Skip to content

Commit 713bd26

Browse files
committed
docs: fix minor issues
1 parent 610dbfe commit 713bd26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/advanced/transitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Since the `<router-view>` is essentially a dynamic component, we can apply trans
88
</transition>
99
```
1010

11-
[Everything about `<transition>`](https://vuejs.org/guide/transitions.html) works the same here.
11+
[All transition APIs](https://vuejs.org/guide/transitions.html) work the same here.
1212

1313
## Per-Route Transition
1414

docs/zh/advanced/transitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</transition>
99
```
1010

11-
[`<transition>` 的所有功能](https://cn.vuejs.org/guide/transitions.html) 在这里同样适用。
11+
[Transition 的所有功能](https://cn.vuejs.org/guide/transitions.html) 在这里同样适用。
1212

1313
## 单个路由的过渡
1414

0 commit comments

Comments
 (0)