zhangbao %!s(int64=7) %!d(string=hai) anos
pai
achega
5dec460d1e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/en/getters.md

+ 1 - 1
docs/en/getters.md

@@ -110,7 +110,7 @@ If you want to map a getter to a different name, use an object:
 
 ``` js
 ...mapGetters({
-  // map `this.doneCount` to `store.getters.doneTodosCount`
+  // map `this.doneCount` to `this.$store.getters.doneTodosCount`
   doneCount: 'doneTodosCount'
 })
 ```