UNPKG

ttk-app-core

Version:

@ttk/recat enterprise develop framework

15 lines 498 B
export default { name: "home-receive", version: "0.0.1", description: "home-receive", meta: null, components: [], config: option => option, type: 'origin', load: async (cb) => { const app = await (() => import(/* webpackChunkName: "home" */ './app'))() const action = await (() => import(/* webpackChunkName: "home" */ './action'))() const reducer = await (() => import(/* webpackChunkName: "home" */ './reducer'))() cb(app.default, action, reducer, null, null, 'home-receive') } }