From 6dc8a04ea58dbcf253104504f1507997cc866ee6 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期一, 21 十月 2024 15:08:34 +0800 Subject: [PATCH] 更新对话组件 --- src/components/chat/chatComponents/normalTextCom/NormalTextCom.vue | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/chat/chatComponents/normalTextCom/NormalTextCom.vue b/src/components/chat/chatComponents/normalTextCom/NormalTextCom.vue index 279e5eb..6f82543 100644 --- a/src/components/chat/chatComponents/normalTextCom/NormalTextCom.vue +++ b/src/components/chat/chatComponents/normalTextCom/NormalTextCom.vue @@ -1,3 +1,4 @@ +<!-- 涓嶅彲鏇存敼锛岃窡瀵硅瘽涓嶄竴鏍� --> <template> <pre class="pre-wrap">{{ data }}</pre> </template> @@ -7,9 +8,7 @@ import { chatComProps } from '../common'; const props = defineProps({ - data: String, + data:String }); </script> -<style scoped lang="scss"> - -</style> +<style scoped lang="scss"></style> -- Gitblit v1.9.3