Skip to content

Commit

Permalink
docs: update description component name
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum authored May 25, 2020
1 parent d43ad77 commit 208dddc
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,14 @@ $ npm install vue-2-breadcrumbs

## Usage

**`main.js`**
```js
import Vue from 'vue';
import VueBreadcrumbs from 'vue-2-breadcrumbs';
import App from './App.vue';

Vue.use(VueBreadcrumbs);

new Vue({
el: '#app',
render (h) {
return h(App)
}
});
```
**`App.vue`**
```html
<template>
<div id="app">
<Breadcrumbs/>
</div>
</template>
```
> Note: After that `<Breadcrumbs/>` component would be at your disposal.
## Meta in router
```js
Expand Down

0 comments on commit 208dddc

Please sign in to comment.