首页
This commit is contained in:
@@ -8,7 +8,8 @@ export const useNavbarStore = defineStore('navbar', {
|
||||
title: '',
|
||||
isTransparent: false,
|
||||
height: 0,
|
||||
hasPlaceholder: true
|
||||
hasPlaceholder: true,
|
||||
scrollTop: 0 //滚动高度
|
||||
}),
|
||||
actions: {
|
||||
updateNavbarConfig(config) {
|
||||
|
||||
Reference in New Issue
Block a user