release 1.0.2
This commit is contained in:
parent
ed65a3df43
commit
6281859fe5
3 changed files with 7 additions and 3 deletions
|
@ -352,8 +352,11 @@
|
|||
this.showClose = false;
|
||||
},
|
||||
handleIconClick () {
|
||||
if (!this.showClose) return;
|
||||
this.handleClear();
|
||||
if (this.showClose) {
|
||||
this.handleClear();
|
||||
} else {
|
||||
this.handleFocus();
|
||||
}
|
||||
},
|
||||
handleClear () {
|
||||
this.visible = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue