2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-18 12:50:35 +03:00

add link to vuejs $emit docs

This commit is contained in:
syropian
2016-07-26 16:16:54 -04:00
parent b00d0b4dbc
commit dea101b254
+1 -1
View File
@@ -45,7 +45,7 @@ You can modify this structure using the built-in [Tribute options](https://githu
## Events
Tribute broadcasts two events — a `tribute-replaced` event, and a `tribute-no-match` event (see docs [here](https://github.com/zurb/tribute#replace-event)). For your convenience, whenever Tribute triggers these events, vue-tribute also emits these events from the Vue instance the bound element is attached to.
Tribute broadcasts two events — a `tribute-replaced` event, and a `tribute-no-match` event (see docs [here](https://github.com/zurb/tribute#replace-event)). For your convenience, whenever Tribute triggers these events, vue-tribute also [emits](http://vuejs.org/api/#vm-emit) these events from the Vue instance the bound element is attached to.
## License