feat : guess word

This commit is contained in:
2024-12-30 20:15:02 +01:00
parent 08daf733d1
commit 9eaf7009c6
12 changed files with 304 additions and 54 deletions
+2 -2
View File
@@ -48,8 +48,8 @@ export const useLobbyStore = defineStore("lobby", {
credentials: "include",
}
);
this.games[data.id] = data;
return data;
// this.games[data.id] = data;
// return data;
},
},
});