mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
Metadatafetcher template #176
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
:expanded="i === expanded"
|
||||
@click="expanded = expanded === i ? -1 : i">
|
||||
<template #actions="manga">
|
||||
<UButton :to="`download/${connector.name}/${manga.key}`">Download</UButton>
|
||||
<UButton :to="`/manga/${manga.key}/download/${connector.name}`">Download</UButton>
|
||||
</template>
|
||||
</MangaCard>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user