ResolveData
表示与特定路由相关的解析出来的数据。
Represents the resolved data associated with a particular route.
type ResolveData = {
[name: string]: any;
};
说明
欲知详情,参见 Routes
。
See Routes
for more details.
表示与特定路由相关的解析出来的数据。
Represents the resolved data associated with a particular route.
type ResolveData = {
[name: string]: any;
};
欲知详情,参见 Routes
。
See Routes
for more details.