mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-03 20:48:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			242 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			242 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
<script setup>
 | 
						|
import CopilotLoader from './CopilotLoader.vue';
 | 
						|
</script>
 | 
						|
 | 
						|
<template>
 | 
						|
  <Story
 | 
						|
    title="Captain/CopilotLoader"
 | 
						|
    :layout="{ type: 'grid', width: '400px', height: '800px' }"
 | 
						|
  >
 | 
						|
    <CopilotLoader />
 | 
						|
  </Story>
 | 
						|
</template>
 |