Skip to content

Commit 18a3a10

Browse files
iRockyZhouktsn
authored andcommitted
Fix superfluous translation (vuejs#762)
1 parent b9ea69a commit 18a3a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh-cn/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const store = new Vuex.Store({ ...options })
140140

141141
``` js
142142
store.subscribe((mutation, state) => {
143-
console.log(mutation.类型)
143+
console.log(mutation.type)
144144
console.log(mutation.payload)
145145
})
146146
```

0 commit comments

Comments
 (0)