Ben Lin
2024-08-07 439e3b0f076280311b7cd4251a95820730242780
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';