Questions tagged [vue-select]

A native Vue.js component that provides similar functionality to Select2 without the overhead of jQuery. This tag relates to the package at https://www.npmjs.com/package/vue-select and should not be used for general questions about

125 questions
0
votes
1 answer

Convert select to vue-select with dynamic data

(Laravel)I have: import vSelect from 'vue-select' Vue.component('v-select', vSelect);