peterkarn / vue-kanban-hierarchical

0 stars 0 forks source link

Task - showPopup improvement #6

Open zpwebbear opened 3 years ago

zpwebbear commented 3 years ago

Here https://github.com/peterkarnaukhsite/vue-kanban-hierarchical/blob/05dc4f76981778966ee8f1c57c0e496f443411cd/src/components/Task.vue#L72

you can use the next approach

this.taskToUpdate = { newTitle: "", newDescription: "", newFullDescription: "" }