This commit is contained in:
syuilo 2021-10-14 21:21:10 +09:00
parent 3ec6101b16
commit 46e4b07a87
1 changed files with 6 additions and 0 deletions

View File

@ -80,6 +80,12 @@ export default defineComponent({
XWidgets: defineAsyncComponent(() => import('./default.widgets.vue')),
},
provide() {
return {
shouldHeaderThin: this.showMenuOnTop,
};
},
data() {
return {
pageInfo: null,