소스 검색

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