mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-16 18:30:47 +02:00
Update Readme, fix download dialog navigation
This commit is contained in:
@@ -39,11 +39,7 @@
|
||||
:key="m.key"
|
||||
:manga="m"
|
||||
:expanded="i === expanded"
|
||||
@click="expanded = expanded === i ? -1 : i">
|
||||
<template #actions="manga">
|
||||
<UButton :to="`/manga/${manga.key}?download=true&return=${path}`">Download</UButton>
|
||||
</template>
|
||||
</MangaCard>
|
||||
@click="navigateTo(`/manga/${m.key}?download=true&return=${path}`)" />
|
||||
</div>
|
||||
</template>
|
||||
</UPageSection>
|
||||
|
Reference in New Issue
Block a user