Skip to content

Commit

Permalink
Clearing cache for the hosted application?
Browse files Browse the repository at this point in the history
  • Loading branch information
tutaru99 committed Oct 22, 2024
1 parent a52b830 commit 70d59bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/globals/navigation/TheMetaMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ const metaMenuData = computed(() => {
return metaKey ? headerDataStore?.headerData?.[metaKey] : null;
});
console.log('metaMenuData', metaMenuData);
const isHeaderFixed = computed(() => settingsDataStore?.isHeaderFixed);
// Close the meta-menu offcanvas if the header is fixed (off screen)
Expand Down

0 comments on commit 70d59bd

Please sign in to comment.