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