Fix no reactivity on vuex 4 values
This commit is contained in:
parent
0e56ac1c2b
commit
4ddb6189dc
3 changed files with 16 additions and 3 deletions
|
@ -49,7 +49,7 @@ const SideDrawer = {
|
|||
currentUser () {
|
||||
return this.$store.state.users.currentUser
|
||||
},
|
||||
shout () { return this.$store.state.shout.channel.state === 'joined' },
|
||||
shout () { return this.$store.state.shout.joined },
|
||||
unseenNotifications () {
|
||||
return unseenNotificationsFromStore(this.$store)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue