Category: Composables
Fetch data with custom logic
If you have custom fetching logic, you can wrap the logic inside useAsyncData
.
Setting <head> tags of a Page
You can set <title>
, <meta>
, and <link>
with the useHead
composable.
If you have custom fetching logic, you can wrap the logic inside useAsyncData
.
You can set <title>
, <meta>
, and <link>
with the useHead
composable.