Update select.vue
This commit is contained in:
parent
5d8e72816d
commit
fb5d6d0a8d
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
<ul :class="prefixCls + '-dropdown-list'">
|
<ul :class="prefixCls + '-dropdown-list'">
|
||||||
<li :class="prefixCls + '-item'" v-if="showCreateItem" @click="handleCreateItem">
|
<li :class="prefixCls + '-item'" v-if="showCreateItem" @click="handleCreateItem">
|
||||||
{{ query }}
|
{{ query }}
|
||||||
<Icon type="ios-return-left" :class="prefixCls + '-item-enter'" />
|
<Icon type="md-return-left" :class="prefixCls + '-item-enter'" />
|
||||||
</li>
|
</li>
|
||||||
<functional-options
|
<functional-options
|
||||||
v-if="(!remote) || (remote && !loading)"
|
v-if="(!remote) || (remote && !loading)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue