| | |
| | | SCROLL_FIXED_CLASS, |
| | | useLayoutFooterStyle, |
| | | useLayoutHeaderStyle, |
| | | } from '..\..\..\composables\src'; |
| | | import { IconifyIcon } from '..\..\..\base\icons\src'; |
| | | import { VbenIconButton } from '..\..\shadcn-ui\src'; |
| | | import { ELEMENT_ID_MAIN_CONTENT } from '..\..\..\base\shared\src\constants'; |
| | | } from '../../../composables/src'; |
| | | import { IconifyIcon } from '../../../base/icons/src'; |
| | | import { VbenIconButton } from '../../shadcn-ui/src'; |
| | | import { ELEMENT_ID_MAIN_CONTENT } from '../../../base/shared/src/constants'; |
| | | |
| | | import { useMouse, useScroll, useThrottleFn } from '@vueuse/core'; |
| | | |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <div class="relative flex min-h-full w-full"> |
| | | <div class="relative flex h-full w-full"> |
| | | <LayoutSidebar |
| | | v-if="sidebarEnableState" |
| | | v-model:draggable="sidebarDraggable" |