mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 11:08:04 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			223 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			223 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
| <template>
 | |
|   <div class="search">
 | |
|     <i class="icon ion-ios-search-strong" />
 | |
|     <input class="input" type="email" :placeholder="$t('CHAT_LIST.SEARCH.INPUT')">
 | |
|   </div>
 | |
| </template>
 | |
| <script>
 | |
| export default {
 | |
| 
 | |
| };
 | |
| </script>
 | 
