mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-02-02 18:28:40 +08:00
fix: sidebar preferences fixed (#5276)
This commit is contained in:
parent
e9dc613548
commit
4d81b9d18d
@ -111,7 +111,8 @@ function usePreferences() {
|
|||||||
isMixedNav.value ||
|
isMixedNav.value ||
|
||||||
isSideMixedNav.value ||
|
isSideMixedNav.value ||
|
||||||
isSideNav.value ||
|
isSideNav.value ||
|
||||||
isHeaderMixedNav.value
|
isHeaderMixedNav.value ||
|
||||||
|
isHeaderSidebarNav.value
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user