Browse Source

eslint says so

boyska 7 tháng trước cách đây
mục cha
commit
3cdef7d45d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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() {