I looked into another post describing that this should work, but I keep getting the errormessage: 'TypeError: Cannot convert undefined or null to object'
computed: {
...mapGetters ("candidates", ["people"] ),
...mapGetters ("editPersonDialog" ["tasks"] ),
}