We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we customize breadcrumb template like this? If no, can add a fast commit for this
Vue.use(VueBreadcrumbs, { template: '<b-container class="breadcrumb pt-3 mb-0" v-if="$breadcrumbs.length"> ' + '<router-link class="breadcrumb-item" to="/">Home</router-link> ' + '<router-link class="breadcrumb-item" v-for="(crumb, key) in $breadcrumbs" :to="linkProp(crumb)" :key="key">{{ crumb | crumbText }}</router-link> ' + '</b-container>' })
You can easy inspire by this https://github.com/samturrell/vue-breadcrumbs/blob/master/src/index.js I need very soon this update, please hope you add this feature
The text was updated successfully, but these errors were encountered:
88f3da2
No branches or pull requests
Can we customize breadcrumb template like this?
If no, can add a fast commit for this
You can easy inspire by this https://github.com/samturrell/vue-breadcrumbs/blob/master/src/index.js
I need very soon this update, please hope you add this feature
The text was updated successfully, but these errors were encountered: