From b00d0b4dbc52c58cbc907e45822a3b7b7d39803c Mon Sep 17 00:00:00 2001 From: syropian Date: Tue, 26 Jul 2016 16:15:35 -0400 Subject: [PATCH] Add events section to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d52ee55..1144450 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ The `values` array should be an array of objects that contain a key and value li You can modify this structure using the built-in [Tribute options](https://github.com/zurb/tribute#a-collection). +## 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. + ## License MIT © [Collin Henderson](https://github.com/syropian)