1.1.2 • Published 12 months ago

vue2-tag-input v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

vue2-tag-input

install

npm install vue2-tag-input

import

import vue2TagInput from 'vue2-tag-input'

as global component

Vue.use(vue2TagInput)

template

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

Customize configuration

See Configuration.

1.1.2

12 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.0

12 months ago