Vue lifecycle changes
destroyed -> unmounted, beforeDestroy -> beforeUnmount
This commit is contained in:
parent
ae312db784
commit
2c5b386af9
18 changed files with 20 additions and 20 deletions
|
|
@ -139,7 +139,7 @@ export default {
|
|||
document.body.classList.add("dark");
|
||||
this.$audioPlayer.setAutoplay(false);
|
||||
},
|
||||
beforeDestroy() {
|
||||
beforeUnmount() {
|
||||
emitter.off('audio-playback-started', this.audioPlaybackStarted);
|
||||
emitter.off('audio-playback-paused', this.audioPlaybackPaused);
|
||||
emitter.off('audio-playback-ended', this.audioPlaybackEnded);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue