This commit is contained in:
梁灏 2019-10-15 11:34:19 +08:00
parent 57a5f1f1cb
commit 36c9659054

View file

@ -115,7 +115,7 @@
computed: {
inputIcon () {
let icon = '';
if (this.clearable && this.currentValue) {
if (this.clearable && this.currentValue && !this.disabled) {
icon = 'ios-close';
} else if (this.icon) {
icon = this.icon;