How does vue-select get the current selection and get the property values of the selection?

sources of topics and their own ideas

how does vue-select get the current selection and get the property values of the selection?

related codes

< v-select VMI model = "selected": options= "options" label= "name" @ change= "selectChange" > < / v-select >

what result do you expect? What is the error message actually seen?

I use the VUE-SELECT component. I want to get the property id of the value of the option selected by selected as a parameter.
how to get the id value of the currently selected item? -sharp-sharp-sharp topic description

May.22,2021
Menu