mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
methods 和 lifeCycles 暂时置空
This commit is contained in:
parent
a6b699ebd3
commit
cbecee82c3
@ -18,6 +18,9 @@ const pages = Object.assign(project, {
|
||||
|
||||
if (pages[0].componentsTree[0]) {
|
||||
pages[0].componentsTree[0].componentName = 'Page';
|
||||
// FIXME
|
||||
pages[0].componentsTree[0].lifeCycles = {};
|
||||
pages[0].componentsTree[0].methods = {};
|
||||
}
|
||||
|
||||
project.load({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user