feat: update docs (#133)

This commit is contained in:
Dream Hunter
2024-04-15 23:54:10 +08:00
committed by GitHub
parent 00231e7ade
commit 2604a76ae5
2 changed files with 8 additions and 0 deletions

View File

@@ -247,6 +247,12 @@ onMounted(async () => {
<n-tag type="info">
FROM: {{ curMail.source }}
</n-tag>
<n-popconfirm @positive-click="deleteMail">
<template #trigger>
<n-button tertiary type="error" size="small">{{ t('delete') }}</n-button>
</template>
{{ t('deleteMailTip') }}
</n-popconfirm>
<n-button v-if="curMail.attachments && curMail.attachments.length > 0" size="small" tertiary type="info"
@click="getAttachments(curMail.attachments)">
{{ t('attachments') }}