From ca796b03f52fc28cea41e192bc0b4a99d27166aa Mon Sep 17 00:00:00 2001 From: Rekhtina Anastasia Date: Sat, 17 May 2025 22:08:05 +0700 Subject: [PATCH] fix: type fix --- src/components/GameWindow.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/GameWindow.vue b/src/components/GameWindow.vue index 30ea053..2f644e6 100644 --- a/src/components/GameWindow.vue +++ b/src/components/GameWindow.vue @@ -2,7 +2,8 @@ import { ref } from 'vue'; const place = ref("") - const team = ref({}) + // Здесь тип поправь если че + const team = ref() function getTeam() { fetch("http://localhost:8090/team", { @@ -30,13 +31,14 @@ import { ref } from 'vue';
Пора решать загадку
-
-

{{ action.text }}

-
+ + -