diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-04-06 17:06:41 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-04-06 17:17:47 -0400 |
| commit | 4ddb6189dc09e03aba5e3da1d2dd2e06e7020b24 (patch) | |
| tree | 51a979cf2795b9bbb17517db64e8ec36e0fde56f /src/App.js | |
| parent | 0e56ac1c2ba198cd6c91586803758ed0e88cab38 (diff) | |
Fix no reactivity on vuex 4 values
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 2 |
1 files changed, 1 insertions, 1 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 && |
