Fetching data from endpoints
<script setup> const { data: FAQ } = await useFetch('/api/faq/nettside') </script>