UNPKG

ttk-app-core

Version:

@ttk/recat enterprise develop framework

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