Is there any way to change no-option text "Sorry, no matching options."?
Yes, use the no-options slot.
no-options
<v-select> <span slot="no-options">Nothing here.</span> </v-select>
http://jsbin.com/gabuge/edit?html,css,output
Most helpful comment
Yes, use the
no-optionsslot.http://jsbin.com/gabuge/edit?html,css,output