| | |
| | | <script setup lang="ts"> |
| | | import type { MenuRecordRaw } from '..\..\..\..\..\base\typings\src'; |
| | | import type { MenuRecordRaw } from '../../../../../base/typings/src'; |
| | | |
| | | import type { NormalMenuProps } from './normal-menu'; |
| | | |
| | | import { useNamespace } from '..\..\..\..\..\composables\src'; |
| | | import { VbenIcon } from '..\..\..\..\shadcn-ui\src'; |
| | | import { useNamespace } from '../../../../../composables/src'; |
| | | import { VbenIcon } from '../../../../shadcn-ui/src'; |
| | | |
| | | interface Props extends NormalMenuProps {} |
| | | |
| | |
| | | </ul> |
| | | </template> |
| | | <style scoped> |
| | | @reference "../../../../../../internal/tailwind-config/src/theme.css"; |
| | | @reference "@vben/tailwind-config/theme"; |
| | | |
| | | .vben-normal-menu { |
| | | --menu-item-margin-y: 4px; |