fix : 修复组件引入bug

This commit is contained in:
2024-09-15 18:13:21 +08:00
parent 074bb5292c
commit af88e3cc93
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
</div>
<div class="call-history"><h3 >历史通话记录</h3>
<fvTable ref="tableIns" :tableConfig="tableConfig" :data="mockData" @headBtnClick="headBtnClick"></fvTable>
<Voice ref="voiceRef" />
<voice ref="voiceRef" />
<infoLiveCall ref="infoLiveCallRef"/>
</div>
</div>
@@ -15,7 +15,7 @@
<script setup lang="jsx">
import LiveCall from '@/components/liveCall/index.vue'
import Voice from '@/components/voice/index.vue'
import infoLiveCall from '@/components/infoLiveCall/index.vue'
import InfoLiveCall from '@/components/infoLiveCall/index.vue'
const infoLiveCallRef=ref()
const voiceRef=ref()
const tableIns = ref()