浏览代码

Update index.vue

moccus 1 年之前
父节点
当前提交
8adb97809f
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      exam-06173-vue/src/components/VideoPlayer/index.vue

+ 3 - 2
exam-06173-vue/src/components/VideoPlayer/index.vue

@@ -52,8 +52,9 @@ export default {
   mounted() {
     // 禁止下载
     this.$refs.videoPlayer.controlsList = 'nodownload'
-
-    this.initVideo()
+    setTimeout(() => {
+      this.initVideo()
+    })
   },
   beforeDestroy() {
     if (this.player) {