亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

屯门区| 容城县| 阳春市| 缙云县| 哈尔滨市| 泽州县| 堆龙德庆县| 新晃| 博白县| 祁连县| 嵊州市| 白玉县| 广德县| 庆元县| 丹棱县| 贞丰县| 墨脱县| 东海县| 安乡县| 桂阳县| 汶川县| 安康市| 永宁县| 南投县| 金塔县| 武城县| 嵊州市| 三江| 江安县| 共和县| 射洪县| 临颍县| 丰顺县| 大同市| 天祝| 崇阳县| 永兴县| 宣武区| 兴国县| 微山县| 加查县|