Skip to content

Commit

Permalink
fix: link to details of mutations in components (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeby authored and ktsn committed Sep 14, 2017
1 parent abaa5ae commit e82782b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const store = new Vuex.Store({ ...options })
- **`mapMutations(namespace?: string, map: Array<string> | Object): Object`**
Create component methods options that commit a mutation. [Details](mutations.md#commiting-mutations-in-components)
Create component methods options that commit a mutation. [Details](mutations.md#committing-mutations-in-components)
The first argument can optionally be a namespace string. [Details](modules.md#binding-helpers-with-namespace)
Expand Down

0 comments on commit e82782b

Please sign in to comment.