Skip to content

Commit

Permalink
Merge pull request vuejs#288 from zhanbing/patch-1
Browse files Browse the repository at this point in the history
Update transitioning-state.md
  • Loading branch information
Jinjiang authored Apr 8, 2017
2 parents e5aeb64 + 2b1cdd1 commit 2135f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/guide/transitioning-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ See [this fiddle](https://jsfiddle.net/chrisvfritz/65gLu2b6/) for the complete c

## 通过组件组织过渡

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

``` html
Expand Down

0 comments on commit 2135f15

Please sign in to comment.