From 646748f381105f730ccf4a5f89784ef7bdaf7c57 Mon Sep 17 00:00:00 2001 From: zouzhibin <3517876561@qq.com> Date: Sat, 30 Apr 2022 21:57:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/u-screenfull/index.vue | 2 ++ src/views/chat/index.vue | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/u-screenfull/index.vue b/src/components/u-screenfull/index.vue index b0dc262..6253ab2 100644 --- a/src/components/u-screenfull/index.vue +++ b/src/components/u-screenfull/index.vue @@ -9,6 +9,8 @@ import screenfull from './index' import { ElMessage } from 'element-plus' import {onBeforeUnmount, onMounted, ref} from "vue"; + + let isFullscreen = ref(false) const click = ()=>{ if (!screenfull.isEnabled) { diff --git a/src/views/chat/index.vue b/src/views/chat/index.vue index 95e8360..1502e4c 100644 --- a/src/views/chat/index.vue +++ b/src/views/chat/index.vue @@ -1,5 +1,9 @@ - + + 聊天内容框,功能有发送emoji表情,上传图片,发送图片,内容滚动,发送文字 + + +