Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit 1d97deb

Browse files
mcdongWangveaba
andauthored
Update src/guide/transitions-overview.md
Co-authored-by: Godpu <908662421@qq.com>
1 parent 59c91a0 commit 1d97deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/transitions-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Vue.createApp(Demo).mount('#demo')
124124
</p>
125125
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>
126126

127-
在这个例子中,我们是通过使用插值来创建动画,将触发条件附加到鼠标的移动上。同时将 CSS 过渡属性应用在元素上,让元素知道在更新时要使用什么过渡效果。
127+
在这个例子中,我们是通过使用插值来创建动画,将触发条件添加到鼠标的移动过程上。同时将 CSS 过渡属性应用在元素上,让元素知道在更新时要使用什么过渡效果。
128128

129129
## 性能
130130

0 commit comments

Comments
 (0)