1
0
Эх сурвалжийг харах

Merge pull request #27 from yandongxu/master

fix wrong charactor in chinese doc
Evan You 9 жил өмнө
parent
commit
758715d434

+ 1 - 1
docs/zh-cn/mutations.md

@@ -39,7 +39,7 @@ mutations: {
 }
 ```
 ``` js
-vuex.dispatch('INCREMENT', 10)
+store.dispatch('INCREMENT', 10)
 ```
 
 这里的 `10` 会紧跟着 `state` 作为第二个参数被传递到 mutation handler. 所有额外的参数被称为该 mutation 的 payload.