I'm trying to fill a v-combobox values with an array of Object filled by an API call.
I tried to fill this v-combobox with :items=myArrayOfObject but it doesn't work and in my console I see "type check failed for prop "items". Expected Array". I believe that I miss something about array of Object types.
I logged the state of barcodeTypeList and it is filled properly when the component is loaded.
Anyone has a hint ?
here is my code
Component code :