mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
clean
This commit is contained in:
@@ -12,5 +12,5 @@ type Manga = components['schemas']['Manga'];
|
||||
type MinimalManga = components['schemas']['MinimalManga'];
|
||||
|
||||
const expanded = ref(-1);
|
||||
defineProps<{manga?: (MinimalManga | Manga)[]}>()
|
||||
defineProps<{ manga?: (MinimalManga | Manga)[] }>();
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user