UNPKG

@heartlee/element-components

Version:

a component library for Vue 3 base on element-plus. Forked from element-pro-components. 根据业务需求自用,如需使用,请移步官方仓库使用

8 lines (7 loc) 300 B
import type { IRouteRecordRaw } from '../types/index'; /** * Find an array of all router parents where the path is located * @param router router list * @param path route path */ export declare function findRouterItemListByPath(router: IRouteRecordRaw[], path: string): IRouteRecordRaw[];