Skip to content

Commit a57f90b

Browse files
authored
Merge pull request volksbright#256 from xqin/patch-1
修正注释中说明信息翻译错误的问题
2 parents d84a940 + bdee3cb commit a57f90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vuex/state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default {
8888

8989
``` js
9090
computed: mapState([
91-
// 映射 state.count 到 store.this.count
91+
// 映射 this.count 到 store.state.count
9292
'count'
9393
])
9494
```

0 commit comments

Comments
 (0)