Reapply "fix: retain scroll position after hydration"

This reverts commit ff767970a1.
This commit is contained in:
tim
2025-08-11 00:41:08 +08:00
parent 6b35b43fd6
commit 582873e505

View File

@@ -121,6 +121,10 @@ import ArticleCategory from '~/components/ArticleCategory.vue'
import SearchDropdown from '~/components/SearchDropdown.vue'
import { useIsMobile } from '~/utils/screen'
definePageMeta({
scrollToTop: false,
})
export default {
name: 'HomePageView',
components: {