wujingjing
2025-01-09 f79867a94bc99318aa36c6ca98346a0aba34c277
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>