| | |
| | | <script lang="ts" setup> |
| | | import { ref } from 'vue'; |
| | | |
| | | import { DocAlert, Page } from '../../../../packages/effects/common-ui/src'; |
| | | import { Page } from '../../../../packages/effects/common-ui/src'; |
| | | |
| | | import { Tabs } from 'ant-design-vue'; |
| | | |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert title="AI 对话聊天" url="https://doc.iocoder.cn/ai/chat/" /> |
| | | </template> |
| | | |
| | | <Tabs v-model:active-key="activeTabName"> |
| | | <Page auto-content-height><Tabs v-model:active-key="activeTabName"> |
| | | <Tabs.TabPane tab="对话列表" key="conversation"> |
| | | <ChatConversationList /> |
| | | </Tabs.TabPane> |