Skip to content

Commit

Permalink
fix: header visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Mar 26, 2024
1 parent 362b32a commit 624af43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/LayoutActivity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ export default {
}
},
mounted () {
Layout.setHeader({ content: [{ component: 'layout/Header' }] })
Layout.setFooter({ content: [{ component: 'layout/Footer' }] })
},
onBeforeUnmount () {
Layout.setHeader({ content: null })
Layout.setFooter({ content: null })
}
}
Expand Down

0 comments on commit 624af43

Please sign in to comment.