Fixed home icon not displaying with slot

pull/3506/head
Bahadır Sofuoğlu 2023-01-09 10:48:29 +03:00
parent 83d9e58e5d
commit c665d2ba39
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<nav class="p-breadcrumb p-component"> <nav class="p-breadcrumb p-component">
<ol class="p-breadcrumb-list"> <ol class="p-breadcrumb-list">
<BreadcrumbItem v-if="home" :item="home" class="p-breadcrumb-home" :template="$slots.item" :exact="exact" /> <BreadcrumbItem v-if="home" :item="home" class="p-breadcrumb-home" :exact="exact" />
<template v-for="item of model" :key="item.label"> <template v-for="item of model" :key="item.label">
<li class="p-menuitem-separator"> <li class="p-menuitem-separator">
<span class="pi pi-chevron-right" aria-hidden="true"></span> <span class="pi pi-chevron-right" aria-hidden="true"></span>