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 e67bf5d commit 2a67103Copy full SHA for 2a67103
docs/en/modules.md
@@ -34,7 +34,7 @@ store.state.b // -> moduleB's state
34
Inside a module's mutations and getters, The first argument received will be **the module's local state** instead of root state:
35
36
``` js
37
-cosnt moduleA = {
+const moduleA = {
38
state: { count: 0 },
39
mutations: {
40
increment: (state, rootState) {
0 commit comments