responsive mobile layout

This commit is contained in:
2025-10-13 20:46:09 +02:00
parent f641272c22
commit c292da4d60
12 changed files with 31 additions and 28 deletions

View File

@@ -13,5 +13,5 @@ const { data: manga, refresh } = await useApi('/v2/Manga', { key: FetchKeys.Mang
onMounted(() => refresh());
const expanded = ref(-1);
useHead({title: 'Tranga'});
useHead({ title: 'Tranga' });
</script>