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 e556a80 commit 3ee1e9fCopy full SHA for 3ee1e9f
docs/en/api.md
@@ -162,7 +162,7 @@ const store = new Vuex.Store({ ...options })
162
163
- **`mapState(map: Array<string> | Object): Object`**
164
165
- Create component computed options that return the sub tree of the Vuex store. [Defails](state.md#the-mapstate-helper)
+ Create component computed options that return the sub tree of the Vuex store. [Details](state.md#the-mapstate-helper)
166
167
- **`mapGetters(map: Array<string> | Object): Object`**
168
0 commit comments