Skip to content

Instantly share code, notes, and snippets.

@conanak99
Created February 12, 2020 08:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conanak99/07e62fcb104ad95fd47ffd0ca3df3b38 to your computer and use it in GitHub Desktop.
Save conanak99/07e62fcb104ad95fd47ffd0ca3df3b38 to your computer and use it in GitHub Desktop.
const store = new Vuex.Store({
state: {
players: {},
status: WAITING_FOR_BET,
dices: [1, 2, 3],
board: {
1: {},
2: {},
3: {},
4: {},
5: {},
6: {}
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment