mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-11 21:29:50 +02:00
Separate pages for download and details
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
<template>
|
||||
<MangaDetailPage :manga="manga"> </MangaDetailPage>
|
||||
<MangaDetailPage :manga="manga">
|
||||
<ChaptersList v-if="manga" :manga-id="manga.key" />
|
||||
<template #actions>
|
||||
<UButton variant="soft" color="warning" icon="i-lucide-trash" />
|
||||
</template>
|
||||
</MangaDetailPage>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
Reference in New Issue
Block a user