If no tickets bought default 0 all colors.
This commit is contained in:
@@ -81,7 +81,12 @@ export default {
|
|||||||
socket: null,
|
socket: null,
|
||||||
attendeesFetched: false,
|
attendeesFetched: false,
|
||||||
wasDisconnected: false,
|
wasDisconnected: false,
|
||||||
ticketsBought: {}
|
ticketsBought: {
|
||||||
|
"red": 0,
|
||||||
|
"blue": 0,
|
||||||
|
"green": 0,
|
||||||
|
"yellow": 0
|
||||||
|
}
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|||||||
Reference in New Issue
Block a user