UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

10 lines (9 loc) 250 B
/** * 根据路由跳转时的参数,提取 path 和其他参数 * @param route $router.push 或者 $router.replace 的参数 * @returns 解析结果 */ export declare function getRouterFuncPath(route: any): { path: any; other: any; };