This commit is contained in:
2025-09-28 19:34:15 +02:00
parent 93c9b0b365
commit 1bce60af7d
15 changed files with 67 additions and 47 deletions

View File

@@ -40,7 +40,7 @@
</template>
<script setup lang="ts">
import type { ApiModel } from '#nuxt-api-party'
import type { ApiModel } from '#nuxt-api-party';
type Manga = ApiModel<'Manga'>;
export interface MangaDetailPageProps {