Skip to content

Commit

Permalink
Update mutations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hq5544 committed Mar 18, 2016
1 parent 870a0a2 commit 1ac16a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh-cn/mutations.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const store = new Vuex.Store({

### mutation 必须是同步函数

一条重要的原则就是要记住**mutation 必须是同步函数**。为什么?请参考下面的例子:
一条重要的原则就是要记住** mutation 必须是同步函数**。为什么?请参考下面的例子:

``` js
mutations: {
Expand Down

0 comments on commit 1ac16a9

Please sign in to comment.