mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-19 21:41:03 +08:00
fix: retain scroll position after hydration
This commit is contained in:
@@ -122,6 +122,10 @@ import ArticleCategory from '~/components/ArticleCategory.vue'
|
||||
import SearchDropdown from '~/components/SearchDropdown.vue'
|
||||
import { isMobile } from '~/utils/screen'
|
||||
|
||||
definePageMeta({
|
||||
scrollToTop: false,
|
||||
})
|
||||
|
||||
export default {
|
||||
name: 'HomePageView',
|
||||
components: {
|
||||
|
||||
Reference in New Issue
Block a user