mirror of
https://github.com/romancm/gamebrary
synced 2024-12-18 15:23:14 +00:00
set default game modal data
This commit is contained in:
parent
5639fcb527
commit
282ef8b17a
1 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,10 @@ export default {
|
||||||
boards: [],
|
boards: [],
|
||||||
board: {},
|
board: {},
|
||||||
boardGames: [],
|
boardGames: [],
|
||||||
gameModalData: null,
|
gameModalData: {
|
||||||
|
gameId: null,
|
||||||
|
list: null,
|
||||||
|
},
|
||||||
wallpapers: [],
|
wallpapers: [],
|
||||||
platform: null,
|
platform: null,
|
||||||
duplicatedGame: null,
|
duplicatedGame: null,
|
||||||
|
|
Loading…
Reference in a new issue