Skip to content

Commit cff1eb9

Browse files
darthmemeyyx990803
authored andcommitted
fixed import for mapGetters (vuejs#333)
1 parent 356e90a commit cff1eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/getters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ computed: {
5252
The `mapGetters` helper simply maps store getters to local computed properties:
5353

5454
``` js
55-
import { mapState } from 'vuex'
55+
import { mapGetters } from 'vuex'
5656

5757
export default {
5858
// ...

0 commit comments

Comments
 (0)