Some max-width

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-22 09:27:36 +01:00
parent c83af277e3
commit 8556dc7df6
6 changed files with 6 additions and 9 deletions

View File

@@ -66,8 +66,6 @@ export default {
},
methods: {
addWinner: function(event) {
console.log("clicked");
this.winners.push({
name: "",
color: "",
@@ -133,7 +131,6 @@ export default {
body: JSON.stringify(sendObject)
});
let response = await _response.json();
console.log(response);
if (response == true) {
alert("Sendt!");
window.location.reload();