This commit is contained in:
2023-09-29 13:10:30 +10:00
parent 9a9c382d7f
commit afa7ca629c

View File

@@ -194,7 +194,7 @@ const handleLoad = async () => {
};
const handleReload = () => {
window.location.href = reloadUrl.value;
console.log(reloadUrl.value);
};
handleLoad();