0👍
Use methods instead of computed.
methods: {
getUser() {
return this.$store.state.user;
}
},
Source:stackexchange.com
0👍
Use methods instead of computed.
methods: {
getUser() {
return this.$store.state.user;
}
},