ttk-app-core
Version:
@ttk/recat enterprise develop framework
13 lines • 329 B
JavaScript
export default {
name: "test-iframe",
version: "0.0.1",
description: "test-iframe",
meta: null,
components: [],
config: option => option,
type: 'origin',
load: async (cb) => {
const app = await (() => import(/* webpackChunkName: "test-iframe" */ './app'))()
cb(app.default, null, null, null, null, 'test-iframe')
}
}