mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-04 15:53:51 +09:00
🎨
This commit is contained in:
@ -80,6 +80,12 @@ export default defineComponent({
|
||||
XWidgets: defineAsyncComponent(() => import('./default.widgets.vue')),
|
||||
},
|
||||
|
||||
provide() {
|
||||
return {
|
||||
shouldHeaderThin: this.showMenuOnTop,
|
||||
};
|
||||
},
|
||||
|
||||
data() {
|
||||
return {
|
||||
pageInfo: null,
|
||||
|
Reference in New Issue
Block a user