UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 351144a6 authored by Graham Smith's avatar Graham Smith
Browse files

formatting

parent a031a44f
No related branches found
No related tags found
No related merge requests found
<template>
<div class="breadcrumb-container" v-if="crumbs.length > 0">
<!-- <b-breadcrumb id="nav-breadcrumb" :items="crumbs" /> -->
<b-breadcrumb id="nav-breadcrumb">
<b-breadcrumb-item
v-for="(crumb, index) in crumbs"
......@@ -9,8 +8,8 @@
:to="crumb.to"
>
<b-icon-chevron-double-right class="mr-2" v-if="index !== 0" />
{{ crumb.text }}</b-breadcrumb-item
>
{{ crumb.text }}
</b-breadcrumb-item>
</b-breadcrumb>
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment