Open mutumbakato opened 2 years ago
Good work so far, but I only see an input field and a title in the suzie-todo.vue component:
suzie-todo.vue
<template> <div class="content"> <h1>My Todo-list</h1> <input type="text" placeholder="enter todo"> <v-btn>Add</v-btn> </div> </template>
Please add the logic for the to-do list.
Please try to add items to firebase and let me know how it goes.
Okay let me add the logic for the todo in the file
This is am so stuck
Good work so far, but I only see an input field and a title in the
suzie-todo.vue
component:Please add the logic for the to-do list.