Add explanatory fixme

This commit is contained in:
kolaente 2021-07-17 22:19:52 +02:00
parent a0f1913645
commit c1d8626fed
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 1 deletions

View File

@ -118,8 +118,10 @@ export default {
}),
},
methods: {
// This is to reload the tasks list after adding a new task through the global task add.
// FIXME: Should use vuex (somehow?)
updateTaskList() {
this.showTasksKey += 1
this.showTasksKey++
},
},
}