Default number of ballots set to 4

This commit is contained in:
2020-01-22 11:19:11 +01:00
parent 1b99772237
commit 4c318ec54e

View File

@@ -41,7 +41,7 @@ export default {
},
data() {
return {
numberOfBallots: 0,
numberOfBallots: 4,
colors: [],
blue: 0,
red: 0,