search form micro fixe (comma alone)
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user