diff --git a/src/components/noise.js b/src/components/noise.js index 03e9e8b..9874e46 100644 --- a/src/components/noise.js +++ b/src/components/noise.js @@ -80,6 +80,9 @@ export default { this.getSamples() this.getCurrentUser() }, + beforeDestroy () { + this.stop() + }, methods: { play () { this.playDisabled = true