Introduction
We have a Multiple Select Component for Vue.js 2.0+, and it should be able to work with the full API.
Installation
Dependencies
NPM
Install and manage CSS, JavaScript, locales of Multiple Select using npm.
npm install multiple-select
UNPKG
The folks over at UNPKG graciously provide CDN support for CSS and JavaScript of Multiple Select. Just use these links.
https://unpkg.com/multiple-select@1.7.0
Build Files
dist/
folder includes the following vue component files:
multiple-select/
└── dist/
├── multiple-select-vue.js
├── multiple-select-vue.min.js
├── multiple-select-vue-es.js
└── multiple-select-vue-es.min.js