wujingjing
2024-06-29 fbc38504507efb67e05a291f9772d3b23abf7bef
1
2
3
4
5
6
7
8
<template>
    <Chat/>
</template>
 
<script setup lang="ts">
import Chat from '/@/components/chat/Chat.vue';
</script>
<style scoped lang="scss"></style>