mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
Update router.ts
This commit is contained in:
parent
640feba309
commit
61b95a13fc
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ export const router = new VueRouter({
|
||||||
} else {
|
} else {
|
||||||
window.scroll({ top: 0, behavior: 'instant' });
|
window.scroll({ top: 0, behavior: 'instant' });
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 600);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue