Fixed home icon not displaying with slot
parent
83d9e58e5d
commit
c665d2ba39
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue