This commit is contained in:
@@ -32,7 +32,6 @@ if (game.value == null) {
|
||||
throw new Error("game not found");
|
||||
}
|
||||
|
||||
console.log(game);
|
||||
const containers = computed<Record<string, Container>>(() => ({
|
||||
[game.value!.fireGems._id]: game.value!.fireGems,
|
||||
[game.value!.market._id]: game.value!.market,
|
||||
|
||||
Reference in New Issue
Block a user