Files
ZhHealth/pages/im/chat/chat.nvue
2022-01-27 13:49:27 +08:00

20 lines
225 B
Plaintext

<template>
<view>
聊天窗口
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>