Skip to content

Commit f036898

Browse files
committed
docs(ja): API change
reference 52dba6b
1 parent a93c748 commit f036898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ja/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ store.dispatch('INCREMENT', 1)
4949
現在のステートに依存しているロジック、または非同期な操作を必要とするアクションについては、それらを関数として定義します。アクション関数は常に第1引数として呼び出す store を取得します:
5050

5151
``` js
52-
const vuex = new Vuex({
52+
const vuex = new Vuex.Store({
5353
state: {
5454
count: 1
5555
},

0 commit comments

Comments
 (0)