You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/Vuex.md
+40-26Lines changed: 40 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ By using vue-cli start a project with Vuex, will generate a todo list example by
6
6
7
7
Template use [vuex-class](https://github.com/ktsn/vuex-class) to simplify vuex. Before use vuex, please read [vuex](https://vuex.vuejs.org/) for more information.
8
8
9
-
### Define state
9
+
### Define root state
10
10
11
-
The first step to use vuex is defining state.
11
+
The first step to use vuex is defining root state.
0 commit comments