Merge pull request #3506 from primefaces/issue-3503

Fixed home icon not displaying with slot
pull/3509/head
Bahadır 2023-01-09 14:17:15 +03:00 committed by GitHub
commit 330c347dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template>
<nav class="p-breadcrumb p-component">
<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">
<li class="p-menuitem-separator">
<span class="pi pi-chevron-right" aria-hidden="true"></span>