Skip to content

Commit a561042

Browse files
committed
update: transitioning-state
1 parent 791a756 commit a561042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/transitioning-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ function generatePoints (stats) {
379379

380380
See [this fiddle](https://jsfiddle.net/chrisvfritz/fbvusejy/) for the complete code behind the above demo.
381381

382-
## 组织Organizing Transitions into Components
382+
## 通过组件组织过渡
383383

384384
管理太多的状态转换的很快会接近到 Vue 实例或者组件的复杂性,不过,很多动画可以提取到专用的子组件。
385385
我们来将之前的示例改写一下:

0 commit comments

Comments
 (0)