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
2
votes
2 answers

VueJS - How can i use the response of API in vue-select

I want to use the response coming from the API in v-select. Here is a scenario i want to use the API call from component A to component B, rather than calling it again in the component B. Component A: methods: { forVselect (id) { …
Quantum
  • 268
  • 5
  • 23
2
votes
1 answer

Vue-select set default value

i need to make the first element of array Options the default option, like this But i get this: My component code: