mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
lint and prettier
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
v-for="mangaconnectorId in chapter.mangaConnectorIds.sort((a, b) =>
|
||||
a.mangaConnectorName < b.mangaConnectorName ? -1 : 1
|
||||
)"
|
||||
v-bind="mangaconnectorId" />
|
||||
v-bind="mangaconnectorId"
|
||||
:key="mangaconnectorId.key" />
|
||||
</div>
|
||||
</template>
|
||||
</UPageCard>
|
||||
|
Reference in New Issue
Block a user