UNPKG

ttk-app-core

Version:

@ttk/recat enterprise develop framework

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