mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-05 23:47:50 +08:00
feat: add autoRefresh
This commit is contained in:
@@ -30,8 +30,6 @@ const setupAutoRefresh = async (autoRefresh) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
setupAutoRefresh(autoRefresh)
|
|
||||||
|
|
||||||
watch(autoRefresh, async (autoRefresh, old) => {
|
watch(autoRefresh, async (autoRefresh, old) => {
|
||||||
setupAutoRefresh(autoRefresh)
|
setupAutoRefresh(autoRefresh)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user