天天看點

LivePlayer.js播放視訊vue中切換url及poster不生效如何解決

網頁直播、點播播放器

将設定的方法放置到$nextTick

this.posterUrl = _posterUrl;
 this.$nextTick(() => {
          this.videoUrl = _videoUrl;
   })      

繼續閱讀