fix: 🐛 fix typo of dataHandler

This commit is contained in:
牧毅 2020-08-17 10:52:07 +08:00
parent 42b9db3f32
commit acd1f0601e
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}, },
}; };

View File

@ -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}',
}, },