© 2026 Hedgehog Software, LLC
const { status, data: posts } = await useFetch('/api/posts', { lazy: true })
const { status, data: posts } = useFetch('/api/posts', { lazy: true })