mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-07-05 22:31:32 +08:00
feat: add autoRefresh (#7)
This commit is contained in:
@@ -13,7 +13,7 @@ const message = useMessage()
|
||||
const jwt = useStorage('jwt')
|
||||
const address = ref("")
|
||||
const loading = ref(false)
|
||||
const autoRefresh = ref(true)
|
||||
const autoRefresh = ref(false)
|
||||
const data = ref([])
|
||||
const API_BASE = import.meta.env.VITE_API_BASE || "";
|
||||
const timer = ref(null)
|
||||
|
||||
Reference in New Issue
Block a user