This commit is contained in:
parent
e98ad2cf66
commit
646748f381
|
|
@ -9,6 +9,8 @@
|
||||||
import screenfull from './index'
|
import screenfull from './index'
|
||||||
import { ElMessage } from 'element-plus'
|
import { ElMessage } from 'element-plus'
|
||||||
import {onBeforeUnmount, onMounted, ref} from "vue";
|
import {onBeforeUnmount, onMounted, ref} from "vue";
|
||||||
|
|
||||||
|
|
||||||
let isFullscreen = ref(false)
|
let isFullscreen = ref(false)
|
||||||
const click = ()=>{
|
const click = ()=>{
|
||||||
if (!screenfull.isEnabled) {
|
if (!screenfull.isEnabled) {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
<template>
|
<template>
|
||||||
<u-chat-box/>
|
<div>
|
||||||
|
<div style="margin-bottom: 15px">聊天内容框,功能有发送emoji表情,上传图片,发送图片,内容滚动,发送文字</div>
|
||||||
|
<u-chat-box/>
|
||||||
|
</div>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue