Ben Lin
2024-08-22 c9f779c19d920efcca14fd17bbcca8254f92790d
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';