0.1.2 • Published 3 years ago

@litt1e-p/breadcrumb v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Breadcrumb

breadcrumb directive component for vue 2.x

Installation

npm i @litt1e-p/breadcrumb --save

Usage

just add a directive v-breadcrumb in the html element after adding router meta with title value or router's name by default

Example:

  • use with only one vue directive
<div v-breadcrumb></div>
  • use with html element attributes
<div v-breadcrumb="{separator: '>', paths: [{name: 'App', to: '/'}, {name: 'Module'}, {name: 'Index'},]}"></div>

Screenshot

License

MIT

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago