mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-05 07:27:27 +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 data = ref([])
|
||||||
|
|
||||||
const count = ref(0)
|
const count = ref(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user