ui fix
This commit is contained in:
parent
3929f7c6f9
commit
b895b04ed6
@ -28,6 +28,8 @@ const updateTime = () => {
|
||||
};
|
||||
|
||||
|
||||
updateTime()
|
||||
|
||||
onMount(async () => {
|
||||
|
||||
const interval = setInterval(updateTime, 1000);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user