2👍
✅
In computed
you need to return
the value you want the property to take.
It should be:
computed: {
authenticatedUser() {
return this.$auth.getAuthenticatedUser()
}
},
Source:stackexchange.com