Skip to content

Commit ccf3e21

Browse files
authored
v0.9.1
1 parent 3dc3995 commit ccf3e21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ A tiny simple central event bus plugin for [Vue.js](//vuejs.org) (requires Vue >
33

44
The plugin realise [Non Parent-Child Communication](//vuejs.org/v2/guide/components.html#Non-Parent-Child-Communication).
55

6-
_(638 byte gzip)_
6+
_(655 byte gzip)_
77

88
## Installation
99
Download and use with your build system
1010
```javascript
1111
import VueBus from 'vue-bus'
1212
// ... maybe ...
1313
var VueBus = require('vue-bus')
14+
1415
// ... and ...
16+
1517
Vue.use(VueBus)
1618
```
1719
Or just include it with a script tag

0 commit comments

Comments
 (0)