Fixed #1679 - MegaMenu templating not work

pull/1682/head
Tuğçe Küçükoğlu 2021-10-18 17:25:24 +03:00
parent af6154f9dc
commit 8797191625
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<span v-if="category.items" :class="getCategorySubMenuIcon()"></span>
</a>
</template>
<component v-else :is="$slots.item" :item="item"></component>
<component v-else :is="$slots.item" :item="category"></component>
<div class="p-megamenu-panel" v-if="category.items">
<div class="p-megamenu-grid">
<div v-for="(column,columnIndex) of category.items" :key="category.label + '_column_' + columnIndex" :class="getColumnClassName(category)">