mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
サイドバーの表示設定がリアルタイム反映されない問題を修正
This commit is contained in:
parent
782db5c4d4
commit
a434a0c441
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ export default defineComponent({
|
|||
this.showing = false;
|
||||
},
|
||||
|
||||
'$store.reactiveState.sidebarDisplay'() {
|
||||
'$store.reactiveState.sidebarDisplay.value'() {
|
||||
this.calcViewState();
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue