mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-18 03:10:47 +02:00
Fix LibrarySelect
Move recursive routing to trangapage
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
:key="m.key"
|
||||
:manga="m"
|
||||
:expanded="i === expanded"
|
||||
@click="navigateTo(`/manga/${m.key}?download=true&return=${path}`)" />
|
||||
@click="navigateTo(`/manga/${m.key}?download=true&return=${$route.fullPath}`)" />
|
||||
</div>
|
||||
</template>
|
||||
</UPageSection>
|
||||
@@ -52,8 +52,6 @@ import type { StepperItem } from '@nuxt/ui';
|
||||
type MangaConnector = components['schemas']['MangaConnector'];
|
||||
type MinimalManga = components['schemas']['MinimalManga'];
|
||||
|
||||
const path = useRoute().fullPath;
|
||||
|
||||
const { data: connectors } = await useApi('/v2/MangaConnector', { key: FetchKeys.MangaConnector.All });
|
||||
|
||||
const query = ref<string>();
|
||||
|
Reference in New Issue
Block a user