JSPM

vue3-tag-input

1.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 7
    • Score
      100M100P100Q30421F
    • License MIT

    vue3 input component, show by tag and custom style and draggable

    Package Exports

      This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue3-tag-input) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

      Readme

      vue2-tag-input

      install

      npm install vue3TagInput

      import

      import vue3TagInput from 'vue3TagInput'

      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.