1.0.3 • Published 2 years ago

vue3-tag-input v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago