feat: add loading when process mails (#367)

This commit is contained in:
Dream Hunter
2024-07-27 23:14:18 +08:00
committed by GitHub
parent 84b4baa99e
commit 9c5e8857af

View File

@@ -6,7 +6,7 @@ import { api } from '../../api'
import { onMounted, watch } from 'vue';
import { processItem } from '../../utils/email-parser'
const { telegramApp } = useGlobalState()
const { telegramApp, loading } = useGlobalState()
const route = useRoute()
const curMail = ref({});