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 de4e138 commit daac9b2Copy full SHA for daac9b2
docs/en/state.md
@@ -81,7 +81,7 @@ export default {
81
}
82
```
83
84
-We can also pass a string array to `mapState` when the name of mapped computed property is same as state sub tree name.
+We can also pass a string array to `mapState` when the name of a mapped computed property is same as a state sub tree name.
85
86
``` js
87
computed: mapState([
0 commit comments