diff --git a/script.js b/script.js index 1cf17d5..c716d2c 100644 --- a/script.js +++ b/script.js @@ -51,7 +51,6 @@ Vue.createApp({ }) .then((response) => response.json()) .then((jsonData) => { - // Füge die Aufgabe zu todos hinzu this.todos.push(jsonData); this.newTodoText = ""; });