After iview Select registers local components, no matching data is displayed

after the component introduces iview"s Select drop-down list. After registration as a local component, no matching data is displayed.

< div class= "select-plate" >

<span>:</span>
<Select v-model="model1" style="width:218px; ">
  <Option v-for="(item,index) in plateList" :value="item.value" :key="index">{{ item.label }}</Option>
</Select>

< / div >

if you use it directly without registration, it"s fine, but it has no style and is ugly. Is there a style after registering as a partial component, but is there no way to display the data?

is this normal, please? Do you need to write your own style manually

May.08,2021

you need to register the component!
your data format is estimated to be incorrect

  iview introduces Select component issues on demand  this problem, like you, shows no matching data. 

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-49d0880-11dee.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-49d0880-11dee.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?