Fixed #261 - Remove menubar custom slot

pull/345/head
cagataycivici 2020-05-16 11:13:40 +03:00
parent 77c99f0a31
commit c9fcf2afaa
1 changed files with 0 additions and 3 deletions

View File

@ -7,9 +7,6 @@
<slot name="start"></slot>
</div>
<MenubarSub ref="rootmenu" :model="model" :root="true" :mobileActive="mobileActive" @leaf-click="onLeafClick"/>
<div class="p-menubar-custom" v-if="$slots.default">
<slot></slot>
</div>
<div class="p-menubar-end" v-if="$slots.end">
<slot name="end"></slot>
</div>