search form micro fixe (comma alone)

This commit is contained in:
Bachir Soussi Chiadmi 2022-09-13 12:40:32 +02:00
parent 7051869819
commit de89f29915
3 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -146,7 +146,7 @@ export default {
},
keys(n, o){
console.log('watch keys changed', o, n)
this.typed = n ? n.join(', ') + ', ' : ''
this.typed = n.length ? n.join(', ') + ', ' : ''
},
// terms(n, o){
// // if term change from store