diff --git a/components/globals/navigation/TheMetaMenu.vue b/components/globals/navigation/TheMetaMenu.vue index 76f66be..1e85772 100644 --- a/components/globals/navigation/TheMetaMenu.vue +++ b/components/globals/navigation/TheMetaMenu.vue @@ -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)