Skip to content

Commit e77611f

Browse files
author
Alex Putin
authored
Merge pull request #20 from AlexYukikaze/main
#18 Дофиксил
2 parents 834a7a4 + ba149d1 commit e77611f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/SpellCard.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<div style="background: #030200; height: 0.2mm; margin: 0 0 0.5mm 0;"></div>
5353
<template v-for="line in frontSideDescription">
5454
<div v-if="line === 'line'" class="space-line"></div>
55+
<br v-else-if="line === '<br>'">
5556
<span v-else v-html="line"></span>
5657
</template>
5758
</div>

0 commit comments

Comments
 (0)