parent
18cffe186a
commit
707898f2ad
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
@click="handleSelectItem(index)" v-html="item.display"></li>
|
@click="handleSelectItem(index)" v-html="item.display"></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<ul v-show="filterable && query !== '' && !querySelections.length" :class="[prefixCls + '-not-found-tip']"><li>{{ localeNotFoundText }}</li></ul>
|
<ul v-show="(filterable && query !== '' && !querySelections.length) || !data.length" :class="[prefixCls + '-not-found-tip']"><li>{{ localeNotFoundText }}</li></ul>
|
||||||
</div>
|
</div>
|
||||||
</Drop>
|
</Drop>
|
||||||
</transition>
|
</transition>
|
||||||
|
|
Loading…
Add table
Reference in a new issue