© 2026 Hedgehog Software, LLC
const foo = ref(null) useFetch(() => { const data = await fetchData() foo.value = data })