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 }}

-
+ + -