cklmercer / vue-events

Simple event handling for Vue.js
MIT License
234 stars 27 forks source link

Missing documentation about the eventMap #16

Open green-coder opened 6 years ago

green-coder commented 6 years ago

Hi, nice little lib.

I noticed that you forgot to document in the readme.md the other way to listen to events, using the eventMap.

cklmercer commented 6 years ago

Thanks for pointing this out. Feel free to submit a documentation PR. Otherwise I'll try to get to this when I get a little free time.

DaniJG commented 5 years ago

Added a PR for this: https://github.com/cklmercer/vue-events/pull/19

DaniJG commented 5 years ago

@cklmercer would it be worth pushing a new version to npm, just so the documentation is also up to date in npm?