mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 11:17:46 +08:00
fix(components): el-select-v2 empty icon (#4154)
This commit is contained in:
parent
43a75c2ddc
commit
cf6a38a4fd
@ -208,7 +208,7 @@
|
||||
v-show="!showClearBtn"
|
||||
:class="['el-select-v2__caret', 'el-input__icon', iconReverse]"
|
||||
>
|
||||
<component :is="iconComponent" />
|
||||
<component :is="iconComponent" v-if="iconComponent" />
|
||||
</el-icon>
|
||||
<el-icon
|
||||
v-if="showClearBtn"
|
||||
|
Loading…
Reference in New Issue
Block a user