Update timeout

This commit is contained in:
Ramon Wenger 2023-02-08 22:45:15 +01:00
parent 07b4701529
commit 3b1d0dc256
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ onMounted(() => {
top.value = rect.y;
console.log(rect.y);
console.log(rect);
}, 0);
}, 750);
console.log(document.readyState);
}
}