diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-14 21:21:10 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-14 21:21:10 +0900 |
| commit | 46e4b07a87dc3ab62dc6bcaea9278b8c6226e780 (patch) | |
| tree | aef47eb975e04acb9a5f8bd6fc2b31ef956d0c10 /src | |
| parent | :art: (diff) | |
| download | sharkey-46e4b07a87dc3ab62dc6bcaea9278b8c6226e780.tar.gz sharkey-46e4b07a87dc3ab62dc6bcaea9278b8c6226e780.tar.bz2 sharkey-46e4b07a87dc3ab62dc6bcaea9278b8c6226e780.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/ui/default.vue | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/ui/default.vue b/src/client/ui/default.vue index 6fc8cba3c9..69668ff96d 100644 --- a/src/client/ui/default.vue +++ b/src/client/ui/default.vue @@ -80,6 +80,12 @@ export default defineComponent({ XWidgets: defineAsyncComponent(() => import('./default.widgets.vue')), }, + provide() { + return { + shouldHeaderThin: this.showMenuOnTop, + }; + }, + data() { return { pageInfo: null, |