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
|
@ -65,7 +65,7 @@ export default {
|
|||
}
|
||||
}
|
||||
},
|
||||
shout () { return this.$store.state.shout.channel.state === 'joined' },
|
||||
shout () { return this.$store.state.shout.joined },
|
||||
suggestionsEnabled () { return this.$store.state.instance.suggestionsEnabled },
|
||||
showInstanceSpecificPanel () {
|
||||
return this.$store.state.instance.showInstanceSpecificPanel &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue