matiastucci / vue-input-tag

:bookmark: Vue.js 2.0 Input Tag Component
https://tucci.me/vue-input-tag
MIT License
537 stars 130 forks source link

Add support for v-model. #88

Closed jaggy closed 6 years ago

jaggy commented 6 years ago

This PR adds the ability to use v-model on the input-tag component.

<input-tag v-model="tags"></input-tag>