Introduction
We have a Multiple Select Component for Vue.js 2.0+, and it should work with the full API.
Installation
Dependencies
NPM
Install and manage CSS, JavaScript, and locales of Multiple Select using npm.
npm install multiple-select
UNPKG
The folks over at UNPKG graciously provide CDN support for Multiple Select's CSS and JavaScript. Just use these links.
https://unpkg.com/multiple-select@2.1.1
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