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.