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 5027b73 commit ebecec7Copy full SHA for ebecec7
docs/zh-cn/modules.md
@@ -37,7 +37,7 @@ store.state.b // -> moduleB 的状态
37
const moduleA = {
38
state: { count: 0 },
39
mutations: {
40
- increment: (state) {
+ increment (state) {
41
// state 模块的局部状态
42
state.count++
43
}
0 commit comments