Skip to content

Commit 92545ae

Browse files
authored
simultaneously
simultaneously 同时 同步、异步,有专门的单字
1 parent 227752d commit 92545ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/transitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ new Vue({
977977
- 单个节点
978978
- 多个节点中渲染一个节点
979979

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

982982
- 不同于 `<transition>`, 它会以一个真实元素呈现:默认为一个 `<span>`。你也可以通过 `tag` 属性更换为其他元素。
983983
- 元素 **一定需要** 指定唯一的 `key` 属性值

0 commit comments

Comments
 (0)