mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-07 19:17:07 +00:00
fix: 🐛 fix typo of dataHandler
This commit is contained in:
parent
42b9db3f32
commit
acd1f0601e
@ -216,7 +216,7 @@ class Home$$Page extends Component {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
dataHander: function (dataMap) {
|
dataHandler: function (dataMap) {
|
||||||
console.info('All datasources loaded:', dataMap);
|
console.info('All datasources loaded:', dataMap);
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@ -104,7 +104,7 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
dataHander: {
|
dataHandler: {
|
||||||
type: 'JSFunction',
|
type: 'JSFunction',
|
||||||
value: 'function (dataMap) {\n console.info("All datasources loaded:", dataMap);\n}',
|
value: 'function (dataMap) {\n console.info("All datasources loaded:", dataMap);\n}',
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user