We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356e90a commit cff1eb9Copy full SHA for cff1eb9
docs/en/getters.md
@@ -52,7 +52,7 @@ computed: {
52
The `mapGetters` helper simply maps store getters to local computed properties:
53
54
``` js
55
-import { mapState } from 'vuex'
+import { mapGetters } from 'vuex'
56
57
export default {
58
// ...
0 commit comments