chore: initialize qiming workspace repository
This commit is contained in:
10
qiming-mobile/subpackages/pages/chat-temp/chat-temp.uvue
Normal file
10
qiming-mobile/subpackages/pages/chat-temp/chat-temp.uvue
Normal file
@@ -0,0 +1,10 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user