1 2 3 4
...mapGetters({ // проксирует `this.doneCount` в `store.getters.doneTodosCount` doneCount: 'doneTodosCount' })