Skip to content

Commit

Permalink
fix: replace immediate with lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
cybercoder-naj committed Sep 29, 2024
1 parent 51b60dd commit eaf5d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/portal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ definePageMeta({
});
const { status } = useFetch('/api/family/myFamily', {
immediate: false
lazy: false
});
</script>

Expand Down

0 comments on commit eaf5d8e

Please sign in to comment.