サイドバーの表示設定がリアルタイム反映されない問題を修正

This commit is contained in:
syuilo 2020-12-27 10:46:00 +09:00
parent 782db5c4d4
commit a434a0c441

View file

@ -88,7 +88,7 @@ export default defineComponent({
this.showing = false; this.showing = false;
}, },
'$store.reactiveState.sidebarDisplay'() { '$store.reactiveState.sidebarDisplay.value'() {
this.calcViewState(); this.calcViewState();
}, },