+ My 1st TODO-APP with Vue + Getting things done… + + + + + Neue Aufgabe + + + add + remove + + + + + all + + + + open + + + + done + + + + + + + + {{ todo.description }} + + +
- My 1st TODO-APP(I) + + My Todo-App with Vue Getting things done… + + new task - add - remove + + add + + remove @@ -33,25 +40,54 @@ Getting things done… name="filter" id="filter-all" value="all" + v-model="filter" checked /> all - + open - + done - + + + + + {{ todo.description }} + + X + + + +
+ My Todo-App with Vue Getting things done… + + new task - add - remove + + add + + remove @@ -33,25 +40,54 @@ Getting things done… name="filter" id="filter-all" value="all" + v-model="filter" checked /> all - + open - + done - + + + + + {{ todo.description }} + + X + + + +