V-select mengurangi

<script>let options = [{code: 'CA', country: 'Canada'}];</script>

<v-select :options="options" :reduce="country => country.code" label="country" />
Freeburn