-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Description
<div class="single-video" v-for="(playUrl,index) in playUrlList" @click="handleClickVideo(playUrl)" :key="index">
<easy-player
live
muted
autoplay
:ref = "'EasyPlayerRef' + index"
:data-index="index"
alt="无信号"
:reconnection = "reconnection"
:video-url="playUrl.liveUrl"
style="z-index: 1;width: 200px;height: 130px;margin: 6px;pointer-events: none;"
@error="restartPlayer"
@ended="restartPlayer"
/>
</div>
上面写法,页面出来之后,只有第一个视频窗口有loading动画,其他窗口都没有,这里应该怎么写才能让所有窗口都有loading动画
Metadata
Metadata
Assignees
Labels
No labels