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:
parent
691300e481
commit
78a0f74f33
3 changed files with 174 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue