We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93c748 commit f036898Copy full SHA for f036898
docs/ja/actions.md
@@ -49,7 +49,7 @@ store.dispatch('INCREMENT', 1)
49
現在のステートに依存しているロジック、または非同期な操作を必要とするアクションについては、それらを関数として定義します。アクション関数は常に第1引数として呼び出す store を取得します:
50
51
``` js
52
-const vuex = new Vuex({
+const vuex = new Vuex.Store({
53
state: {
54
count: 1
55
},
0 commit comments