ソースを参照

dispatch => commit

jingsam 8 年 前
コミット
ebaadbc269
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/en/mutations.md

+ 1 - 1
docs/en/mutations.md

@@ -86,7 +86,7 @@ store.commit('increment', {
   amount: 1
 }, { silent: true })
 
-// with object-style dispatch
+// with object-style commit
 store.commit({
   type: 'increment',
   amount: 1