mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-11 21:29:50 +02:00
Use nuxtopenfetch
This commit is contained in:
@@ -13,8 +13,6 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
const { data: manga } = await useApiData('/v2/Manga', { key: FetchKeys.Manga.All });
|
||||
const { data: manga } = await useApi('/v2/Manga', { key: FetchKeys.Manga.All });
|
||||
const expanded = ref(-1);
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
Reference in New Issue
Block a user