mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-16 02:10:49 +02:00
responsive mobile layout
This commit is contained in:
@@ -19,5 +19,5 @@ const mangaId = route.params.mangaId as string;
|
||||
const { data: manga } = await useApi('/v2/Manga/{MangaId}', { path: { MangaId: mangaId }, key: FetchKeys.Manga.Id(mangaId) });
|
||||
const { data: mangas } = await useApi('/v2/Manga', { key: FetchKeys.Manga.All });
|
||||
|
||||
useHead({title: `Merge Manga ${manga.value?.name}`});
|
||||
useHead({ title: `Merge Manga ${manga.value?.name}` });
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user