lex hai 1 ano
pai
achega
cf66d84fe4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/video-tcplayer.vue

+ 1 - 1
src/components/video-tcplayer.vue

@@ -96,9 +96,9 @@ export default {
   },
   beforeDestroy() {
     if (this.player) {
-      this.player.destroy();
       this.player.pause();
       this.player.src("");
+      this.player.dispose();
     }
   },
 };