@@ -67,6 +67,10 @@ export default {
},
beforeDestroy() {
this.source && this.source.stop();
+ if (this.context) {
+ this.context.close();
+ this.context = null;
+ }
methods: {
formatTime(seconds) {