Merge pull request #1 from eyaylagul/eyaylagul-patch-1

Update README.md
This commit is contained in:
Emre Yaylagül 2018-11-19 14:11:54 +03:00 committed by GitHub
commit 87dc58e685
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ new Vue({
})
```
##### Dynamic Listenlers
##### Dynamic Listeners
<p>If you need consuming events dynamically in runtime, you can use `subscribe` and `unsubscribe` methods in Vue component</p>