mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-16 00:16:31 +01:00
🎨
This commit is contained in:
parent
3ec6101b16
commit
46e4b07a87
1 changed files with 6 additions and 0 deletions
|
@ -80,6 +80,12 @@ export default defineComponent({
|
|||
XWidgets: defineAsyncComponent(() => import('./default.widgets.vue')),
|
||||
},
|
||||
|
||||
provide() {
|
||||
return {
|
||||
shouldHeaderThin: this.showMenuOnTop,
|
||||
};
|
||||
},
|
||||
|
||||
data() {
|
||||
return {
|
||||
pageInfo: null,
|
||||
|
|
Loading…
Reference in a new issue