feat: Add preview for attachment messages (#1562)

Add preview for pending messages and attachments

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Nithin David Thomas
2021-01-06 17:56:29 +05:30
committed by GitHub
parent db189e3c26
commit 3d2db95417
17 changed files with 434 additions and 250 deletions

View File

@@ -1,7 +1,7 @@
<template>
<span class="message-text__wrap">
<div class="message-text__wrap">
<span v-html="message"></span>
</span>
</div>
</template>
<script>