Default number of ballots set to 4
This commit is contained in:
@@ -41,7 +41,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
numberOfBallots: 0,
|
numberOfBallots: 4,
|
||||||
colors: [],
|
colors: [],
|
||||||
blue: 0,
|
blue: 0,
|
||||||
red: 0,
|
red: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user