91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

vue-dplayer 視頻播放器實例代碼

發布時間:2020-10-09 12:43:07 來源:腳本之家 閱讀:390 作者:asing1elife 欄目:web開發

官網

vue-dplayer

dplayer-doc

示例

如果默認 options 中沒有視頻鏈接,之后設置視頻鏈接時,直接通過 this.options.video.url = videoPath 是無效的

需要先獲取到播放器的實例 this.$refs.player.dp ,然后通過 switchVideo() 對 url 進行修改

<template>
 <d-player ref="player" :options="options"></d-player>
</template>

<script type="text/ecmascript-6">
 import dPlayer from 'vue-dplayer'
 import 'vue-dplayer/dist/vue-dplayer.css'

 export default {
 name: 'in-video',
 props: {
  source: {
  type: String,
  default: ''
  }
 },
 data () {
  return {
  player: null,
  options: {
   video: {
   url: ''
   },
   contextmenu: [
   {}
   ]
  }
  }
 },
 mounted() {
  this.player = this.$refs.player.dp
 },
 created() {
  this._setVideoUrl(this.source)
 },
 methods: {
  // 設置視頻播放路徑
  _setVideoUrl (url) {
  this.player.switchVideo({
   url: url
  })
  }
 },
 components: {
  dPlayer
 }
 }
</script>


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

渭源县| 安塞县| 河间市| 六安市| 枣阳市| 广昌县| 肃北| 南丹县| 报价| 泉州市| 理塘县| 鄂温| 平和县| 金溪县| 平乐县| 泸定县| 德钦县| 扎囊县| 麻城市| 西林县| 深水埗区| 洛隆县| 团风县| 陵川县| 金昌市| 麻阳| 博罗县| 武义县| 商洛市| 双峰县| 鸡西市| 赫章县| 西丰县| 百色市| 怀来县| 乳山市| 宝鸡市| 溧阳市| 深圳市| 通海县| 芷江|