Commit 85c88a23 by haojie

直播页面修改

parent 096e7203
......@@ -59,12 +59,14 @@ const props = withDefaults(
playMainIndex: number | null;
video2: string;
playId?: any;
progress: number;
progress?: number;
liveDetail: any;
mainVideoList: any[];
loading: boolean;
}>(),
{},
{
progress: 0,
},
);
const emit = defineEmits(['currentTime', 'playEnd', 'update:progress', 'update:playMainIndex', 'mainVideoListChange']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment