Skip to content
This repository was archived by the owner on Nov 5, 2021. It is now read-only.

Commit 832a123

Browse files
committed
Updates readme
1 parent a800456 commit 832a123

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ Vue.use(VueBreadcrumbs, {
4141
});
4242
```
4343

44+
By default the plugin will autoregister a `breadcrumbs` component which is globally accessible in your app (thanks to [HermannBjorgvin](https://github.com/HermannBjorgvin). To disable this functionality you can set the `registerComponent` option to `false` when registering the component, like so:
45+
46+
```js
47+
Vue.use(VueBreadcrumbs, {
48+
registerComponent: false
49+
});
50+
```
51+
52+
Note: if referencing directly in the browser rather than as a module, there is no way to stop the default component from registering.
53+
4454
## Usage
4555
### Vue 1.x
4656

0 commit comments

Comments
 (0)