UNPKG

bootstrap-vue

Version:

BootstrapVue provides one of the most comprehensive implementations of Bootstrap 4 components and grid system for Vue.js and with extensive and automated WAI-ARIA accessibility markup.

10 lines (9 loc) 365 B
<div id="app"> <!-- Don't use self-closing tags because jest html engine will break --> <b-breadcrumb ref="breadcrumb1" :items="items"></b-breadcrumb> <b-breadcrumb ref="breadcrumb2"> <b-breadcrumb-item v-for="(item,index) in items2" v-bind="item" :key="index" /> </b-breadcrumb> </div>