We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc3995 commit ccf3e21Copy full SHA for ccf3e21
README.md
@@ -3,15 +3,17 @@ A tiny simple central event bus plugin for [Vue.js](//vuejs.org) (requires Vue >
3
4
The plugin realise [Non Parent-Child Communication](//vuejs.org/v2/guide/components.html#Non-Parent-Child-Communication).
5
6
-_(638 byte gzip)_
+_(655 byte gzip)_
7
8
## Installation
9
Download and use with your build system
10
```javascript
11
import VueBus from 'vue-bus'
12
// ... maybe ...
13
var VueBus = require('vue-bus')
14
+
15
// ... and ...
16
17
Vue.use(VueBus)
18
```
19
Or just include it with a script tag
0 commit comments