1.0.3 • Published 3 years ago

vue3-tag-input v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

vue3-tag-input

install

npm install vue3-tag-input

import

import vue3TagInput from 'vue3-tag-input'

as global component

Vue.use(vue3TagInput)

template

<vue3-tag-input
  v-model="tag"
  :tags="tags"
  :validation="validation"
  :autocomplete-items="autocompleteItems"
  allowEditTags>
</vue3-tag-input>

Customize configuration

See Configuration.

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago