mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-07 10:37:33 +08:00
Reapply "fix: retain scroll position after hydration"
This reverts commit ff767970a1.
This commit is contained in:
@@ -121,6 +121,10 @@ import ArticleCategory from '~/components/ArticleCategory.vue'
|
|||||||
import SearchDropdown from '~/components/SearchDropdown.vue'
|
import SearchDropdown from '~/components/SearchDropdown.vue'
|
||||||
import { useIsMobile } from '~/utils/screen'
|
import { useIsMobile } from '~/utils/screen'
|
||||||
|
|
||||||
|
definePageMeta({
|
||||||
|
scrollToTop: false,
|
||||||
|
})
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'HomePageView',
|
name: 'HomePageView',
|
||||||
components: {
|
components: {
|
||||||
|
|||||||
Reference in New Issue
Block a user