Watch the the Tasks and fetch the Task again – Vuejs
I have a problem when I create a task and send it to the database. then I want the data, in other words, to fetch the tasks from the database using “Watch” (no set timeout / is there a way?
In my example here I used set timeout to update and get the list of tasks again, but I want to do it with Watch
App