From 338a68d7925db1c15ec5a915ee91e9600be90354 Mon Sep 17 00:00:00 2001 From: Norbaev Date: Mon, 1 Jul 2024 11:52:42 +0500 Subject: [PATCH] =?UTF-8?q?=D0=90=D0=B2=D1=82=D0=BE=D0=BE=D0=B1=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=B0=D0=BD?= =?UTF-8?q?=D0=BD=D1=8B=D1=85=20=D0=BE=20=D1=82=D1=80=D0=B5=D0=BA=D0=B5=20?= =?UTF-8?q?=D0=B2=20=D1=80=D0=B5=D0=B6=D0=B8=D0=BC=D0=B5=20=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D1=81=D0=BB=D1=8F=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/App.vue | 9 +++--- client/src/components/player.vue | 50 ++++++++++++++++++++------------ client/src/store/index.js | 6 ++-- 3 files changed, 40 insertions(+), 25 deletions(-) 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() { + // Создание