mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-07-11 15:31:52 +08:00
feat: use pnpm
This commit is contained in:
@@ -140,6 +140,7 @@ onMounted(async () => {
|
||||
</n-alert>
|
||||
<n-alert v-for="row in data" v-bind:key="row.id" :title="`FROM: ${row.source} ID: ${row.id}`"
|
||||
type="default">
|
||||
<p>{{ row.subject }}</p>
|
||||
<div v-html="row.message"></div>
|
||||
</n-alert>
|
||||
</n-card>
|
||||
|
||||
Reference in New Issue
Block a user