feat: review changes

This commit is contained in:
Dominik Pschenitschni 2021-12-04 17:04:28 +01:00
parent f3358269e5
commit 2db820d926
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
8 changed files with 10 additions and 14 deletions

View file

@ -21,7 +21,7 @@ export function useTaskList(initTasks) {
const loading = computed(() => taskCollectionService.value.loading)
const totalPages = computed(() => taskCollectionService.value.totalPages)
const tasks = ref([])
const tasks = ref([])
const currentPage = ref(0)
const loadedList = ref(null)
const searchTerm = ref('')