Browse Source

eslint says so

boyska 6 months ago
parent
commit
3cdef7d45d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Player.vue

+ 1 - 1
src/components/Player.vue

@@ -51,7 +51,7 @@ export default {
       player: null,
     };
   },
-  destroyed() {
+  unmounted() {
     eventBus.$off("play:now");
   },
   mounted() {