A tags input component for Vue 3 with autocompletion, custom validation, templating and much more
npm install @sipec/vue3-tags-input
npm install @sipec/vue3-tags-input
`
CDN
`
`
Usage
`html
v-model="tag"
:tags="tags"
@tags-changed="newTags => tags = newTags"
/>
`
`javascript
`
Migration From Vue 2
This version is faithful to the original spec. The only thing you'll have to change is replacing any usages of tags.sync with vmodel:tags` in the props