Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohaodu committed Jun 3, 2024
1 parent 2b4dc81 commit bb93d3a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@
>
您的浏览器不支持视频标签。
</video>
<template #footer>
<div v-show="!communication.call && communication.await">
{{ communication.video ? "视频请求" : "音频请求" }}
</div>
<div class="flex items-center justify-center">
<el-button
v-show="!communication.call && communication.await"
Expand Down

0 comments on commit bb93d3a

Please sign in to comment.