Browse Source

fixed import for mapGetters (#333)

Akira Laine 8 years ago
parent
commit
cff1eb97be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/en/getters.md

+ 1 - 1
docs/en/getters.md

@@ -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 {
   // ...