UNPKG

ttk-app-core

Version:

@ttk/recat enterprise develop framework

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