From dea101b2546acc012469a2078126c91e18fc26ed Mon Sep 17 00:00:00 2001 From: syropian Date: Tue, 26 Jul 2016 16:16:54 -0400 Subject: [PATCH] add link to vuejs $emit docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1144450..3636302 100644 --- a/README.md +++ b/README.md @@ -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