Skip to content

Commit 2a5a8b2

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

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)