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
- Host: GitHub
- URL: https://github.com/litt1e-p/breadcrumb
- Owner: litt1e-p
- Created: 2019-07-30T06:13:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T09:25:33.000Z (over 4 years ago)
- Last Synced: 2025-03-09T17:02:47.308Z (over 1 year ago)
- Topics: breadcrumb, directive, vue
- Language: JavaScript
- Homepage:
- Size: 278 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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