We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 834a7a4 + ba149d1 commit e77611fCopy full SHA for e77611f
src/components/SpellCard.vue
@@ -52,6 +52,7 @@
52
<div style="background: #030200; height: 0.2mm; margin: 0 0 0.5mm 0;"></div>
53
<template v-for="line in frontSideDescription">
54
<div v-if="line === 'line'" class="space-line"></div>
55
+ <br v-else-if="line === '<br>'">
56
<span v-else v-html="line"></span>
57
</template>
58
</div>
0 commit comments