UNPKG

ttk-app-core

Version:

@ttk/recat enterprise develop framework

13 lines 351 B
export default { name: "route-get-params", version: "0.0.1", description: "获取路由参数", meta: null, components: [], config: option => option, type: 'origin', load: async (cb) => { const app = await (() => import(/* webpackChunkName: "route-get-params" */ './app'))() cb(app.default, null, null, null, null, 'route-get-params') } }