Skip to content

Commit a22bd8d

Browse files
committed
concepts.md store - "mutations" before "actions"
A suggestion. Just to make it "synchronized" to the remaining of the guide, where we learn "mutations" before "actions".
1 parent 4415345 commit a22bd8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import Vuex from 'vuex'
2525

2626
const store = new Vuex.Store({
2727
state: { ... },
28-
actions: { ... },
2928
mutations: { ... },
29+
actions: { ... },
3030
getters: { ... }
3131
})
3232
```

0 commit comments

Comments
 (0)