forked from FoundKeyGang/FoundKey
サイドバーの表示設定がリアルタイム反映されない問題を修正
This commit is contained in:
parent
70eb75b7e6
commit
fa66eac096
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