search form micro fixe (comma alone)
This commit is contained in:
parent
7051869819
commit
de89f29915
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -146,7 +146,7 @@ export default {
|
||||||
},
|
},
|
||||||
keys(n, o){
|
keys(n, o){
|
||||||
console.log('watch keys changed', o, n)
|
console.log('watch keys changed', o, n)
|
||||||
this.typed = n ? n.join(', ') + ', ' : ''
|
this.typed = n.length ? n.join(', ') + ', ' : ''
|
||||||
},
|
},
|
||||||
// terms(n, o){
|
// terms(n, o){
|
||||||
// // if term change from store
|
// // if term change from store
|
||||||
|
|
Loading…
Reference in New Issue