diff --git a/client/src/App.vue b/client/src/App.vue index a2f04b2..e8a7ca0 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -64,10 +64,11 @@ export default { }, watch: {}, created() { - this.$store.dispatch('setCurrentPlay', { - ...this.currentPlay, - isPlay: false, - }); + // Нахуя это здесь? + // this.$store.dispatch('setCurrentPlay', { + // ...this.currentPlay, + // isPlay: false, + // }); }, mounted() {}, methods: {}, diff --git a/client/src/components/player.vue b/client/src/components/player.vue index 68e057b..b8dbcce 100644 --- a/client/src/components/player.vue +++ b/client/src/components/player.vue @@ -174,7 +174,9 @@ export default { this.connectionPlayer(); }, mounted() { + // Создание