Refactor some variable and method names

This commit is contained in:
2022-10-28 21:48:13 +02:00
parent 58fac72355
commit 9419a5904e
7 changed files with 119 additions and 62 deletions

View File

@@ -33,7 +33,7 @@ export default {
},
computed: {
loggedIn () {
return this.$store.state.userLoggedIn
return this.$store.state.user
}
},
methods: {