fixed #211
This commit is contained in:
梁灏 2017-01-16 16:47:23 +08:00
parent 6831b361ca
commit 54a83aa565
2 changed files with 16 additions and 59 deletions

View file

@ -58,7 +58,7 @@
this.hidden = !new RegExp(val, 'i').test(this.searchLabel);
}
},
ready () {
compiled () {
this.searchLabel = this.$el.innerHTML;
},
events: {