const { data, refresh } = await useAsyncQuery()<template>{{ data }}</template>refresh would re-fetch the data and render the new content, but this does not work. I've also tried refreshNuxtData(), but the updated content does not get rendered as well.useQuery, but this seems a bit redundant, using two different composables.