lint
This commit is contained in:
parent
080ec1004e
commit
cdeddab905
|
@ -27,6 +27,6 @@ export function useLowresTime() {
|
||||||
return computed(() => Math.max(time.value, now));
|
return computed(() => Math.max(time.value, now));
|
||||||
}
|
}
|
||||||
|
|
||||||
setInterval(() => {
|
window.setInterval(() => {
|
||||||
time.value = Date.now();
|
time.value = Date.now();
|
||||||
}, 10000);
|
}, 10000);
|
||||||
|
|
Loading…
Reference in New Issue