# vue-tribute ![test](https://github.com/syropian/vue-tribute/workflows/test/badge.svg?branch=next) A tiny Vue.js wrapper around Zurb's Tribute library for ES6 native @mentions. > 🚦 Looking for Vue 2 support? Check out the [master branch](https://github.com/syropian/vue-tribute). ## Install ```bash $ npm install vue-tribute@next --save # or... $ yarn add vue-tribute@next ``` _or_ Use the UMD build from [Unpkg](https://unpkg.com/vue-tribute), available as `VueTribute` in the global scope. ```html