mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +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>
|