Files
qiming/qiming-mobile/subpackages/pages/chat-temp/chat-temp.uvue

10 lines
273 B
Plaintext

<template>
<chat-conversation-component :is-temp-chat="true" />
</template>
<script setup lang="uts">
import ChatConversationComponent from '@/subpackages/pages/chat-conversation-component/chat-conversation-component.uvue'
</script>
<style lang="scss" scoped>
</style>