Skip to content

Commit 52dba6b

Browse files
committed
API changes
1 parent 1611dc2 commit 52dba6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Note any arguments passed to the action is also passed along to the mutation han
4949
For actions that involve logic depending on current state, or that need async operations, we define them as functions. Action functions always get the store calling it as the first argument:
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)