Update README.md

This commit is contained in:
Emre Yaylagül 2018-11-19 14:10:32 +03:00 committed by GitHub
parent e843ab394e
commit e2bbc8ef8e
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> <p>If you need consuming events dynamically in runtime, you can use `subscribe` and `unsubscribe` methods in Vue component</p>