An open API service indexing awesome lists of open source software.

https://github.com/litt1e-p/breadcrumb

breadcrumb directive component for vue
https://github.com/litt1e-p/breadcrumb

breadcrumb directive vue

Last synced: 23 days ago
JSON representation

breadcrumb directive component for vue

Awesome Lists containing this project

README

          

# Breadcrumb

> breadcrumb directive component for vue 2.x

# Installation

```shell
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

```js


```

- use with html element attributes

```js


```

# Screenshot

# License

MIT