fixed sctoll top per page change

This commit is contained in:
Mamalizz
2025-05-12 15:28:06 +03:30
parent 5f95373fb3
commit 4cb139ca03
5 changed files with 9 additions and 17 deletions
+5
View File
@@ -0,0 +1,5 @@
export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.hook("page:finish", () => {
window.scrollTo(0, 0);
});
});