Check out example codes for "v-select key". It will help you in understanding the concepts better.
Code Example 1
<script>let options = [{code: 'CA', country: 'Canada'}];</script>
<v-select :options="options" :reduce="country => country.code" label="country" />
Learn ReactJs, React Native from akashmittal.com