mirror of https://github.com/ElemeFE/element
Input: the click event of clear button is not trigger when using v-loading (#16576)
parent
27398103c4
commit
91297a9761
|
@ -61,6 +61,7 @@
|
|||
</template>
|
||||
<i v-if="showClear"
|
||||
class="el-input__icon el-icon-circle-close el-input__clear"
|
||||
@mousedown.prevent
|
||||
@click="clear"
|
||||
></i>
|
||||
<i v-if="showPwdVisible"
|
||||
|
|
Loading…
Reference in New Issue