BreadcrumbItem update
parent
3fbd5c04e3
commit
d0c9e26cf4
|
@ -8,7 +8,7 @@
|
||||||
<ChevronRightIcon aria-hidden="true" v-bind="ptm('separatorIcon')" />
|
<ChevronRightIcon aria-hidden="true" v-bind="ptm('separatorIcon')" />
|
||||||
</slot>
|
</slot>
|
||||||
</li>
|
</li>
|
||||||
<BreadcrumbItem :item="item" :templates="$slots" :exact="exact" :pt="pt" />
|
<BreadcrumbItem :item="item" :index="i" :templates="$slots" :exact="exact" :pt="pt" />
|
||||||
</template>
|
</template>
|
||||||
</ol>
|
</ol>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
@ -27,7 +27,8 @@ export default {
|
||||||
props: {
|
props: {
|
||||||
item: null,
|
item: null,
|
||||||
templates: null,
|
templates: null,
|
||||||
exact: null
|
exact: null,
|
||||||
|
index: null
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
onClick(event, navigate) {
|
onClick(event, navigate) {
|
||||||
|
|
Loading…
Reference in New Issue