src/components/SimpleMenu/src/useOpenKeys.ts
@@ -1,8 +1,8 @@ import type { Menu as MenuType } from '/@/router/types'; import type { Menu as MenuType } from '@/router/types'; import type { MenuState } from './types'; import { computed, Ref, toRaw, unref } from 'vue'; import { uniq } from 'lodash-es'; import { getAllParentPath } from '/@/router/helper/menuHelper'; import { getAllParentPath } from '@/router/helper/menuHelper'; import { useTimeoutFn } from '@vben/hooks'; import { useDebounceFn } from '@vueuse/core';