removed scroll to top on onmounted
This commit is contained in:
@@ -18,12 +18,6 @@ if (response.isError) {
|
||||
statusMessage: `Landing error : ${response.error.message}`,
|
||||
});
|
||||
}
|
||||
|
||||
// lifecycle
|
||||
|
||||
onMounted(() => {
|
||||
window.scrollTo(0, 0);
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user