It's a vue plugin component upon which you can cusomize multi-select component to your style, such as multiSelectText, default option slot.
It's built upon vue and element, and has extracted unnecessary codes to satisfy everyone's appetite.
first you should install it from npm or yarn:
npm install multi-select-vue
then make it a Vue component:
import Vue from "vue";
import MultiSelect from "multi-select-vue";
MultiSelect.install(Vue);
now you can enjoy it, a customizable multi-select vue component