fix: span, br 대신 div

This commit is contained in:
2022-04-27 23:13:51 +09:00
parent 86bbccb7f9
commit a612074aa4
2 changed files with 5 additions and 8 deletions
+1 -2
View File
@@ -16,8 +16,7 @@
/>
<div v-if="cachedMap" class="card-body">
<template v-for="(item, idx) in cachedMap.history" :key="idx">
<span v-html="formatLog(item)" />
<br />
<div v-html="formatLog(item)" />
</template>
</div>
</div>