Skip to content

Commit cc666ac

Browse files
Leopoldthecoderyyx990803
authored andcommitted
typo
1 parent e9e3560 commit cc666ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh-cn/mutations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ store.dispatch({
5757
})
5858
```
5959

60-
注意,当使用对象风格参数时,你应该把全部传入参数座位对象的属性传入。整个对象都会被作为 mutation 函数的第二个参数被传入:
60+
注意,当使用对象风格参数时,你应该把全部传入参数作为对象的属性传入。整个对象都会被作为 mutation 函数的第二个参数被传入:
6161

6262
``` js
6363
mutations: {

0 commit comments

Comments
 (0)