Skip to content

Commit af74ece

Browse files
committed
Merge pull request vuejs#64 from jbruni/patch-1
concepts.md store - "mutations" before "actions"
2 parents 4415345 + a22bd8d commit af74ece

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)