fix: span, br 대신 div

This commit is contained in:
2022-04-27 23:13:51 +09:00
parent 450c1b65bb
commit 88c6dcb02e
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>