UNPKG

ttk-app-core

Version:

@ttk/recat enterprise develop framework

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