mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
Add "TrangaPage" composable
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<LoadingPage :loading="status === 'pending'" class="p-4 flex flex-row flex-wrap gap-6 mt-0">
|
||||
<MangaCardList :manga="manga" />
|
||||
<LoadingPage :loading="status === 'pending'">
|
||||
<MangaCardList :manga="manga" class="mx-4 mt-2" />
|
||||
</LoadingPage>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user