mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-04 04:57:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			175 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			175 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
<script>
 | 
						|
export default {};
 | 
						|
</script>
 | 
						|
 | 
						|
<template>
 | 
						|
  <li
 | 
						|
    class="list-none my-1 mx-0 border-b border-n-weak"
 | 
						|
    :tabindex="null"
 | 
						|
    :aria-disabled="true"
 | 
						|
  />
 | 
						|
</template>
 |