Fixed bug for spacing around "," in my collection
This commit is contained in:
parent
6e7ca62309
commit
cbfade1133
1 changed files with 1 additions and 2 deletions
|
@ -58,8 +58,7 @@
|
|||
{{ format.name }}
|
||||
(<template v-for="(description, j) in format.descriptions">
|
||||
{{description}}<template v-if="j < format.descriptions.length - 1">, </template>
|
||||
</template>)
|
||||
<template v-if="index < item.formats.length - 1">,</template>
|
||||
</template>)<template v-if="index < item.formats.length - 1">, </template>
|
||||
</span>
|
||||
</span>
|
||||
<br />
|
||||
|
|
Loading…
Reference in a new issue