diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-12-27 10:46:00 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-12-27 10:46:00 +0900 |
| commit | fa66eac096e92c12d5f4784f6ea1bf30ab165ae5 (patch) | |
| tree | 54fe63d0bf09cc714d1bcf3dccd33effc2a6ded9 /src/client/components | |
| parent | Update webpack.config.ts (diff) | |
| download | sharkey-fa66eac096e92c12d5f4784f6ea1bf30ab165ae5.tar.gz sharkey-fa66eac096e92c12d5f4784f6ea1bf30ab165ae5.tar.bz2 sharkey-fa66eac096e92c12d5f4784f6ea1bf30ab165ae5.zip | |
サイドバーの表示設定がリアルタイム反映されない問題を修正
Diffstat (limited to 'src/client/components')
| -rw-r--r-- | src/client/components/sidebar.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/sidebar.vue b/src/client/components/sidebar.vue index fff11faddb..807a714ed1 100644 --- a/src/client/components/sidebar.vue +++ b/src/client/components/sidebar.vue @@ -88,7 +88,7 @@ export default defineComponent({ this.showing = false; }, - '$store.reactiveState.sidebarDisplay'() { + '$store.reactiveState.sidebarDisplay.value'() { this.calcViewState(); }, |