BreadcrumbItem update

pull/3913/head
Tuğçe Küçükoğlu 2023-04-27 17:11:40 +03:00
parent 3fbd5c04e3
commit d0c9e26cf4
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<ChevronRightIcon aria-hidden="true" v-bind="ptm('separatorIcon')" />
</slot>
</li>
<BreadcrumbItem :item="item" :templates="$slots" :exact="exact" :pt="pt" />
<BreadcrumbItem :item="item" :index="i" :templates="$slots" :exact="exact" :pt="pt" />
</template>
</ol>
</nav>

View File

@ -27,7 +27,8 @@ export default {
props: {
item: null,
templates: null,
exact: null
exact: null,
index: null
},
methods: {
onClick(event, navigate) {