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 e9e3560 commit cc666acCopy full SHA for cc666ac
docs/zh-cn/mutations.md
@@ -57,7 +57,7 @@ store.dispatch({
57
})
58
```
59
60
-注意,当使用对象风格参数时,你应该把全部传入参数座位对象的属性传入。整个对象都会被作为 mutation 函数的第二个参数被传入:
+注意,当使用对象风格参数时,你应该把全部传入参数作为对象的属性传入。整个对象都会被作为 mutation 函数的第二个参数被传入:
61
62
``` js
63
mutations: {
0 commit comments