Fixed bug for spacing around "," in my collection

This commit is contained in:
Damien Broqua 2022-02-22 09:14:33 +01:00
parent 6e7ca62309
commit cbfade1133

View File

@ -58,8 +58,7 @@
{{ format.name }} {{ format.name }}
(<template v-for="(description, j) in format.descriptions"> (<template v-for="(description, j) in format.descriptions">
{{description}}<template v-if="j < format.descriptions.length - 1">, </template> {{description}}<template v-if="j < format.descriptions.length - 1">, </template>
</template>) </template>)<template v-if="index < item.formats.length - 1">, </template>
<template v-if="index < item.formats.length - 1">,</template>
</span> </span>
</span> </span>
<br /> <br />