Template
feat : guess word
This commit is contained in:
@@ -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;
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user