Skip to content

Commit

Permalink
fixed import for mapGetters (vuejs#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmeme authored and yyx990803 committed Sep 25, 2016
1 parent 356e90a commit cff1eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/getters.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ computed: {
The `mapGetters` helper simply maps store getters to local computed properties:

``` js
import { mapState } from 'vuex'
import { mapGetters } from 'vuex'

export default {
// ...
Expand Down

0 comments on commit cff1eb9

Please sign in to comment.