Skip to content

Commit cb41d79

Browse files
authored
Multiple nodes where only 1 is rendered at a time
Multiple nodes where only 1 is rendered at a time 原文:强调 at a time ,一次作业 比较合乎原意
1 parent e7f5bd9 commit cb41d79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/transitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -972,10 +972,10 @@ new Vue({
972972

973973
## 列表过渡
974974

975-
目前为止,我们已经讲到
975+
目前为止,关于过渡我们已经讲到
976976

977977
- 单个节点
978-
- 多个节点中渲染一个节点
978+
- 一次渲染多个节点
979979

980980
那么怎么同时渲染整个列表,比如使用 `v-for` ?在这种场景中,使用 `<transition-group>` 组件。在我们深入例子之前,先了解关于这个组件的几个特点:
981981

0 commit comments

Comments
 (0)