update Dropdown cls
This commit is contained in:
parent
82151bd93a
commit
f180098687
3 changed files with 11 additions and 0 deletions
|
@ -95,6 +95,7 @@
|
|||
v-model="model13"
|
||||
filterable
|
||||
remote
|
||||
transfer
|
||||
:remote-method="remoteMethod1"
|
||||
:loading="loading1">
|
||||
<Option v-for="(option, index) in options1" :value="option.value" :key="index">{{option.label}}</Option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue