removed scroll to top on onmounted

This commit is contained in:
Mamalizz
2025-05-24 20:55:58 +03:30
parent 6058f73684
commit 1bca0c772c
-6
View File
@@ -18,12 +18,6 @@ if (response.isError) {
statusMessage: `Landing error : ${response.error.message}`,
});
}
// lifecycle
onMounted(() => {
window.scrollTo(0, 0);
});
</script>
<template>