diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index 7eeaca059..71d76fa1c 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -63,7 +63,7 @@ - +
@@ -136,7 +136,7 @@ import { ChatManagement, type chatType } from '@/api/type/application' import { randomId } from '@/utils/utils' import useStore from '@/stores' import { MdPreview } from 'md-editor-v3' - +import MdRenderer from '@/components/markdown-renderer/MdRenderer.vue' defineOptions({ name: 'AiChat' }) const route = useRoute() const { diff --git a/ui/src/components/markdown-renderer/MdRenderer.vue b/ui/src/components/markdown-renderer/MdRenderer.vue new file mode 100644 index 000000000..bc15c6da4 --- /dev/null +++ b/ui/src/components/markdown-renderer/MdRenderer.vue @@ -0,0 +1,38 @@ + + +