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 d19c6bd commit 856b797Copy full SHA for 856b797
docs/en/state.md
@@ -6,7 +6,7 @@ Vuex uses a **single state tree** - that is, this single object contains all you
6
7
The single state tree does not conflict with modularity - in later chapters we will discuss how to split your state managing logic into sub modules.
8
9
-### Setting State in a Vuex Store
+### Setting Initial State in a Vuex Store
10
11
This is a very basic example where the `state` object is initialized with a single `message` property containing the `Hello, Store` string:
12
0 commit comments