Skip to content

UTS 类型:RouteRecordRedirectOption ​

路由重定向。详情可查阅重定向。

可调用函数 ​

RouteRecordRedirectOption ​

参数 ​

名称类型
toRouteRecordNormalized

返回值 ​

RouteRecordNormalized | null

UTS ​

ts
export type RouteRecordRedirectOption = (to: RouteLocationNormalizedLoaded) => RouteRecordNormalized | null

提示

该类型在 v1.1.0 及以上版本被废弃。

Released under the MIT License.