Skip to content
Snippets Groups Projects

Fix no reactivity on vuex 4 values

3 files
+ 16
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -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