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