Merge pull request #160 from eyaylagul/master

Typo fixed
This commit is contained in:
Metin Seylan 2018-11-19 15:01:39 +03:00 committed by GitHub
commit e0b37e30bd
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>