You are close but instead of
item-text="text"
you actually need
item-title="text"
also item-value="value"
is not necessary. v-select automatically gets value and title. So if your object had title instead of text for example it would work out of the box.