2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-18 18:20:34 +03:00

Small readme tweak

This commit is contained in:
Collin Henderson
2022-01-24 13:00:42 -05:00
parent 117be54424
commit b28719278b
+1 -2
View File
@@ -1,6 +1,5 @@
# vue-tribute [![Tests](https://github.com/syropian/vue-tribute/actions/workflows/test.yml/badge.svg?branch=next)](https://github.com/syropian/vue-tribute/actions/workflows/test.yml)
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).
@@ -49,7 +48,7 @@ export default {
## Usage
Wrap a single **text input**, **textarea**, or **contenteditable** element within the `VueTribute` component. You should then pass a [valid Tribute collection(s) object](https://github.com/zurb/tribute#initializing) to the component.
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.
## Events