A tags input component for VueJS with autocompletion, custom validation, templating and much more
npm install @johmun/vue-tags-input
npm install @johmun/vue-tags-input
`
CDN
`
`
Usage
`html
v-model="tag"
:tags="tags"
@tags-changed="newTags => tags = newTags"
/>
`
`javascript
``