| | |
| | | import type { VxeTableGridOptions } from '#/adapter/vxe-table'; |
| | | import type { AiMindmapApi } from '#/api/ai/mindmap'; |
| | | |
| | | import { DocAlert, Page, useVbenDrawer } from '../../../../packages/effects/common-ui/src'; |
| | | import { Page, useVbenDrawer } from '../../../../packages/effects/common-ui/src'; |
| | | |
| | | import { message } from 'ant-design-vue'; |
| | | |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert title="AI 思维导图" url="https://doc.iocoder.cn/ai/mindmap/" /> |
| | | </template> |
| | | |
| | | <Drawer class="w-3/5"> |
| | | <Page auto-content-height><Drawer class="w-3/5"> |
| | | <Right |
| | | :generated-content="drawerApi.getData() as any" |
| | | :is-end="true" |