refactor to UI components
This commit is contained in:
@@ -93,10 +93,10 @@ const deleteSelectedNotes = (closeModal: () => void) => {
|
||||
</td>
|
||||
<td>{{ note.wordCount }}</td>
|
||||
<td>
|
||||
<div class="badge" v-if="note.references.length > 0">
|
||||
<UIBadge v-if="note.references.length > 0">
|
||||
<i data-v-41bbc26f="" class="fas fa-fw fa-sign-out-alt mr-1"></i>
|
||||
{{ note.references.length }}
|
||||
</div>
|
||||
</UIBadge>
|
||||
</td>
|
||||
<td>{{ formatDate(note.modified) }}</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user