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