Skip to content

Commit c1ff733

Browse files
authored
同时生效的进入和离开的过渡不能满足所有要求
同时生效的进入和离开不能总满足需求,这句好生硬 且原文为: Simultaneous entering and leaving transitions aren’t always desirable though, 所以改为 同时生效的进入和离开的过渡不能满足所有要求
1 parent 7a3f1e1 commit c1ff733

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
@@ -803,7 +803,7 @@ new Vue({
803803
</style>
804804
{% endraw %}
805805

806-
同时生效的进入和离开不能总满足需求,所以 Vue 提供了 **过渡模式**
806+
同时生效的进入和离开的过渡不能满足所有要求,所以 Vue 提供了 **过渡模式**
807807

808808

809809
- `in-out`: 新元素先进行过渡,完成之后当前元素过渡离开。

0 commit comments

Comments
 (0)