サイドバーの表示設定がリアルタイム反映されない問題を修正
This commit is contained in:
parent
70eb75b7e6
commit
fa66eac096
@ -88,7 +88,7 @@ export default defineComponent({
|
||||
this.showing = false;
|
||||
},
|
||||
|
||||
'$store.reactiveState.sidebarDisplay'() {
|
||||
'$store.reactiveState.sidebarDisplay.value'() {
|
||||
this.calcViewState();
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user