You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
q-chip(v-for="(attachement, key) in attachements":key="key"icon="mdi-paperclip"densesize='md':label="attachement.name"removable@remove="removeAttachment(attachement.id)")
60
60
61
61
.row
62
62
q-btn(label="Envoyer en note interne"color="primary"icon="mdi-note"@click="sendMessage(ThreadType.INTERNAL)":disable="isDisabledTicket").col-6
q-chip(v-for='attachment in props.data.attachments':key='attachment._id'icon="mdi-paperclip"text-color="white"color="primary"densesize='md':label="attachment.name")
q-chip(v-for='(attachment, key) in props.data.attachments':key='key'icon="mdi-paperclip"text-color="white"color="primary"densesize='md':label="attachment.name")
q-chip(v-for='attachment in props.data.attachments':key='attachment._id'icon="mdi-paperclip"text-color="white"color="primary"densesize='md':label="attachment.name")
q-chip(v-for='(attachment, key) in props.data.attachments':key='key'icon="mdi-paperclip"text-color="white"color="primary"densesize='md':label="attachment.name")
q-chip(v-for='attachment in props.data.attachments':key='attachment._id'icon="mdi-paperclip"text-color="white"color="primary"densesize='md':label="attachment.name")
q-chip(v-for='(attachment, key) in props.data.attachments':key='key'icon="mdi-paperclip"text-color="white"color="primary"densesize='md':label="attachment.name")
0 commit comments