网页直播、点播播放器
资源下载:www.liveqing.com/docs/downlo…
使用说明:www.liveqing.com/docs/manual…
将设置的方法放置到$nextTick
this.posterUrl = _posterUrl;
this.$nextTick(() => {
this.videoUrl = _videoUrl;
})
资源下载:www.liveqing.com/docs/downlo…
使用说明:www.liveqing.com/docs/manual…
this.posterUrl = _posterUrl;
this.$nextTick(() => {
this.videoUrl = _videoUrl;
})