Explorar el Código

fixed import for mapGetters (#333)

Akira Laine hace 8 años
padre
commit
cff1eb97be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {
   // ...