优化数据,增加默认的插件前缀
This commit is contained in:
@@ -31,7 +31,7 @@ export interface IComponentMateInfo<
|
||||
export type ComponentDataMap = {
|
||||
[ComponentSceneConst.DrawPanne]: IDrawPanneData;
|
||||
[ComponentSceneConst.DynamicPage]: IDynamicPageData;
|
||||
[ComponentSceneConst.AppGuide]: undefined;
|
||||
[ComponentSceneConst.AppGuide]: { label: string };
|
||||
[ComponentSceneConst.Workflow]?: never;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user