vue-select2
                                
                                 vue-select2 copied to clipboard
                                
                                    vue-select2 copied to clipboard
                            
                            
                            
                        Labels not showing properly, plus the Bootstrap 4 theme ain't working
Hi @godbasin. I am using vue3-select2, the options data is being loaded, but it doesn't show the labels.
My options data is coming like this:
suppliers:[ {company_name:"Company 1", id:1}, {company_name:"Company 2", id: 2} ]
and the component is like this:
<select2 v-model="supplier_id" :options="suppliers" >
But the labels isn't shown. What should I do to make it work?
Please provide a more specific code snippet, thanks.