mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-05 23:47:50 +08:00
fix: telegram mail page use iframe show email (#561)
This commit is contained in:
@@ -59,7 +59,8 @@ onMounted(async () => {
|
|||||||
<n-tag v-if="showEMailTo" type="info">
|
<n-tag v-if="showEMailTo" type="info">
|
||||||
TO: {{ curMail.address }}
|
TO: {{ curMail.address }}
|
||||||
</n-tag>
|
</n-tag>
|
||||||
<div v-html="curMail.message" style="margin-top: 10px;"></div>
|
<iframe :srcdoc="curMail.message" style="margin-top: 10px;width: 100%; height: 100%;">
|
||||||
|
</iframe>
|
||||||
</n-card>
|
</n-card>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user