mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +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);
|
||||
},
|
||||
};
|
||||
|
||||
@ -104,7 +104,7 @@
|
||||
},
|
||||
},
|
||||
],
|
||||
dataHander: {
|
||||
dataHandler: {
|
||||
type: 'JSFunction',
|
||||
value: 'function (dataMap) {\n console.info("All datasources loaded:", dataMap);\n}',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user