update AutoComplete

This commit is contained in:
梁灏 2017-08-23 15:19:32 +08:00
parent fed3e09d15
commit 7af00356a9
4 changed files with 8 additions and 3 deletions

View file

@ -30,7 +30,7 @@
]
},
hc (v) {
console.log(v)
// console.log(v)
},
fm (value, item) {
return item.toUpperCase().indexOf(value.toUpperCase()) !== -1;