修改:移动到 IM 文件夹
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<script setup lang="ts">
|
||||
/* 搜索框组件 */
|
||||
import SearchInput from '@/components/SearchInput/index.vue'
|
||||
import { SearchInput } from '@/components/Im/SearchInput'
|
||||
/* 欢迎页 */
|
||||
import Welcome from '@/components/Welcome/index.vue'
|
||||
import { Welcome } from '@/components/Im/Welcome'
|
||||
import ConversationList from '../Conversation/components/ConversationList.vue'
|
||||
import router from '@/router'
|
||||
|
||||
@ -29,7 +29,7 @@ const toChatMessage = (id, chatType) => {
|
||||
<!-- 搜索组件 -->
|
||||
<SearchInput :searchType="'conversation'" />
|
||||
<div class="chat_conversation_list">
|
||||
<ConversationList @toInformDetails="toInformDetails" @toChatMessage="toChatMessage" />
|
||||
<ConversationList @to-inform-details="toInformDetails" @to-chat-message="toChatMessage" />
|
||||
</div>
|
||||
</el-aside>
|
||||
<el-main class="chat_conversation_main_box">
|
||||
|
||||
Reference in New Issue
Block a user