UNPKG

ttk-app-core

Version:

@ttk/recat enterprise develop framework

13 lines 325 B
export default { name: "modal-demo", version: "0.0.1", description: "modal-demo", meta: null, components: [], config: option => option, type: 'origin', load: async (cb) => { const app = await (() => import(/* webpackChunkName: "modal-demo" */ './app'))() cb(app.default, null, null, null, null, 'modal-demo') } }