Open
Description
hi thank you for the library, i found maybe a bug that in nuxt 2 i cant update the template with the object parameter when registering the plugins,
here i showed you if i registered without defining a template, Vue.use(VueBreadcrumbs)
it is working fine,
but if i add this code
const template = {
template: '<div class="breadcrumbs">Custom Navbar</div>',
}
Vue.use(VueBreadcrumbs, template)
notice above image there is function inside a comments that breadcrumb should be located, may i know if i am doing something wrong or this is a bug? thank you
Metadata
Metadata
Assignees
Labels
No labels