Seeder user menu, Guest Layout fix
Some checks are pending
deploy / deploy (push) Waiting to run

This commit is contained in:
2024-01-01 10:53:19 +01:00
parent 9bbd65eaaf
commit bb1e38d274
3 changed files with 50 additions and 2 deletions

View File

@@ -39,8 +39,12 @@ onMounted(fetch_menu);
IKEA Price Crawler
</fwb-navbar-logo>
</template>
<template #default="{ isShowMenu }">
<fwb-navbar-collapse :is-show-menu="isShowMenu">
<fwb-navbar-collapse :is-show-menu="isShowMenu" v-if="menu.length >0 ">
<fwb-navbar-link :link="route(menu[0].route_or_url)" >
Home
</fwb-navbar-link>
<template v-for="item in menu[0].childs" v-if="menu.length > 0">
<fwb-navbar-link >
{{ item.name }}