misc: warning 제거

This commit is contained in:
2022-05-08 01:44:16 +09:00
parent cb7eb3b711
commit 68aae0bec1
7 changed files with 21 additions and 12 deletions
+1
View File
@@ -16,6 +16,7 @@
/>
<div v-if="cachedMap" class="card-body">
<template v-for="(item, idx) in cachedMap.history" :key="idx">
<!-- eslint-disable-next-line vue/no-v-html -->
<div v-html="formatLog(item)" />
</template>
</div>