Aesthetic fixes

This commit is contained in:
benber86 2021-05-25 19:59:21 +10:00
parent 2beba19472
commit 40395250cc
2 changed files with 9 additions and 1 deletions

View File

@ -3,7 +3,7 @@
.logout {
position: absolute;
top: 0;
top: -25px;
right: -2px;
height: 22px;
width: 22px

View File

@ -58,6 +58,14 @@ export default {
this.$store.commit('user/SET_NAME', value)
}
},
userWallet: {
get() {
return this.$store.state.user.wallet
},
set(value) {
this.$store.commit('user/SET_WALLET', value)
}
},
userCompany: {
get() {
return this.$store.state.user.company