Update timeout
This commit is contained in:
parent
07b4701529
commit
3b1d0dc256
|
|
@ -221,7 +221,7 @@ onMounted(() => {
|
|||
top.value = rect.y;
|
||||
console.log(rect.y);
|
||||
console.log(rect);
|
||||
}, 0);
|
||||
}, 750);
|
||||
console.log(document.readyState);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue