1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-06 14:05:21 +02:00

reset scroll position

This commit is contained in:
Kuchenpirat 2025-07-11 23:29:09 +00:00
parent 691300e481
commit 78a0f74f33
3 changed files with 174 additions and 3 deletions

View file

@ -9,5 +9,11 @@ import RecipeExplorerPage from "~/components/Domain/Recipe/RecipeExplorerPage.vu
export default defineNuxtComponent({
components: { RecipeExplorerPage },
setup() {
// Enable scroll restoration for this page to work with our state management
definePageMeta({
scrollToTop: false,
});
},
});
</script>