From 9eebf0f1fdac05f7f0662698ec5c53b235fa4c6f Mon Sep 17 00:00:00 2001 From: Collin Henderson Date: Tue, 25 Jan 2022 09:10:47 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 731d24e..e60fb0b 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,14 @@ export default { Wrap a single **text input**, **textarea**, or **contenteditable** element within the `VueTribute` component. You should then pass a [valid Tribute options object](https://github.com/zurb/tribute#initializing) to the component. +```vue + +``` + ## Events All [custom Tribute events](https://github.com/zurb/tribute#events) will work as expected. Simply attach listeners for them like you would any other event.