@indexsoftware/vue-breadcrumbs
v0.5.0
Published
Breadcrumbs for vue router
Downloads
25
Readme
Vue-Breadcrumbs
Breadcrumbs plugin for Vue.js 2 framework allows to select parent route in route meta object with no need of sub-routing.
Installation
$ npm install @indexsoftware/vue-breadcrumbs --save
import Vue from 'vue'
import VueBreadcrumbs from '@indexsoftware/vue-breadcrumbs'
Vue.use(VueBreadcrumbs)
After that <vue-breadcrumbs></vue-breadcrumbs>
component would be at your disposal.