fu
This commit is contained in:
@@ -74,7 +74,8 @@ const downloadImage = async (imageUrl) => {
|
||||
{{p_note.note}}
|
||||
</span>
|
||||
<span class="app-timeline-title" v-if="p_note.note_type == 'file'">
|
||||
<img :src="p_note.note" @click="downloadImage(p_note.note)" />
|
||||
|
||||
<VIcon>ri-attachment-2</VIcon> <button @click="downloadImage(p_note.note)">Download Image</button>
|
||||
|
||||
</span>
|
||||
<span class="app-timeline-meta">{{ formatDateDate(p_note.created_at) }}</span>
|
||||
|
Reference in New Issue
Block a user