From d6e454e55f6ada39cb77977ed7d7c892da23645e Mon Sep 17 00:00:00 2001 From: "xie.bx" Date: Fri, 4 Nov 2022 00:24:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=A4=E8=81=8A=E5=8A=9F=E8=83=BD=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-ui/src/components/chat/ChatGroup.vue | 268 ++++++++++++++++++++++ im-ui/src/components/chat/ChatPrivate.vue | 224 ++++++++++++++++++ 2 files changed, 492 insertions(+) create mode 100644 im-ui/src/components/chat/ChatGroup.vue create mode 100644 im-ui/src/components/chat/ChatPrivate.vue diff --git a/im-ui/src/components/chat/ChatGroup.vue b/im-ui/src/components/chat/ChatGroup.vue new file mode 100644 index 0000000..56ff9eb --- /dev/null +++ b/im-ui/src/components/chat/ChatGroup.vue @@ -0,0 +1,268 @@ + + + + + diff --git a/im-ui/src/components/chat/ChatPrivate.vue b/im-ui/src/components/chat/ChatPrivate.vue new file mode 100644 index 0000000..afe83cd --- /dev/null +++ b/im-ui/src/components/chat/ChatPrivate.vue @@ -0,0 +1,224 @@ + + + + +