UNPKG

ttk-app-core

Version:

@ttk/recat enterprise develop framework

15 lines 528 B
export default { name: "fixed-column", version: "0.0.1", description: "固定表头和列", meta: null, components: [], config: option => option, type: 'origin', load: async (cb) => { const app = await (() => import(/* webpackChunkName: "fixed-column" */ './app'))() const action = await (() => import(/* webpackChunkName: "fixed-column" */ './action'))() const reducer = await (() => import(/* webpackChunkName: "fixed-column" */ './reducer'))() cb(app.default, action, reducer, null, null, 'fixed-column') } }