提交 9162b2d5 编写于 作者: chitanda's avatar chitanda

feat:

上级 03ef2b16
{
"name": "@ibiz-template/default-view-layout",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"main": "lib/index.cjs",
"types": "es/index.d.ts",
......
......@@ -11,5 +11,5 @@ import DEGridView from './view-layout-model-repository/view-layout-model-reposit
*/
export function install(callBack: (key: string, model: any) => void): void {
callBack('APPINDEXVIEW_DEFAULT', AppIndexViewLayout);
callBack('DEGridView_DEFAULT', DEGridView);
callBack('DEGRIDVIEW_DEFAULT', DEGridView);
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册