release 1.0.2

This commit is contained in:
梁灏 2017-03-29 10:23:55 +08:00
parent ed65a3df43
commit 6281859fe5
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View file

@ -7,6 +7,7 @@
*.bak
.DS_Store
node_modules/
node_modules2/
.project
.settings
npm-debug.log

View file

@ -1,6 +1,6 @@
{
"name": "iview",
"version": "1.0.1",
"version": "1.0.2",
"title": "iView",
"description": "A high quality UI components Library with Vue.js",
"homepage": "http://www.iviewui.com",

View file

@ -352,8 +352,11 @@
this.showClose = false;
},
handleIconClick () {
if (!this.showClose) return;
if (this.showClose) {
this.handleClear();
} else {
this.handleFocus();
}
},
handleClear () {
this.visible = false;