fix: utilizing new total/completed fields in /lists endpoint to lazy load items on demand
This commit is contained in:
@@ -15,6 +15,7 @@ const itemError = ref('')
|
||||
|
||||
onMounted(() => {
|
||||
listsStore.loadLists()
|
||||
listsStore.loadListItems(props.id)
|
||||
})
|
||||
|
||||
const list = computed(() => listsStore.lists.find((entry) => entry.id === props.id))
|
||||
|
||||
Reference in New Issue
Block a user