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) {