mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-10 17:43:31 +08:00
feat: allow admin and user delete mail, sendbox, send access(only admin) (#331)
This commit is contained in:
@@ -30,7 +30,7 @@ const props = defineProps({
|
||||
},
|
||||
})
|
||||
|
||||
const { isDark, mailboxSplitSize } = useGlobalState()
|
||||
const { isDark, mailboxSplitSize, loading } = useGlobalState()
|
||||
const data = ref([])
|
||||
|
||||
const count = ref(0)
|
||||
|
||||
Reference in New Issue
Block a user