From a791a033d892fb08f5acdcba915b98a863866e99 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 08 十一月 2024 13:47:29 +0800 Subject: [PATCH] 分享对话为空的情况 --- src/components/chat/chatComponents/common.ts | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/components/chat/chatComponents/common.ts b/src/components/chat/chatComponents/common.ts index ebaddee..95ed285 100644 --- a/src/components/chat/chatComponents/common.ts +++ b/src/components/chat/chatComponents/common.ts @@ -55,6 +55,12 @@ originData: { type: Object as PropType<any>, }, + conclusion:{ + type:Array as PropType<Array<any>> + }, + isTalking:{ + type:Boolean + } } as const); export type ChatComPropsType = ExtractPropTypes<typeof chatComProps>; -- Gitblit v1.9.3