fix: span, br 대신 div
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user