liveh5-nuxt/app/components/liveBroadcast/index.vue
xingyy d27e6bc0c5 feat(home): 实现首页直播间全屏功能
- 新增 fullLive 全局状态管理直播间的全屏状态
- 修改 AppHeader组件,根据 fullLive 状态控制返回按钮的显示
- 更新 default 布局,根据 fullLive 状态控制 AppFooter 的显示- 调整 LiveRoom组件,支持全屏模式下的布局变化
- 修改 home 页面,实现直播间全屏和列表之间的切换
2025-01-13 20:59:25 +08:00

12 lines
127 B
Vue

<script setup>
</script>
<template>
<div class="w-full h-full bg-[] bg-#606165">
</div>
</template>
<style scoped>
</style>