ttk-app-core
Version:
@ttk/recat enterprise develop framework
13 lines • 344 B
JavaScript
export default {
name: "edit-and-sort",
version: "0.0.1",
description: "tree-编辑和排序",
meta: null,
components: [],
config: option => option,
type: 'origin',
load: async (cb) => {
const app = await (() => import(/* webpackChunkName: "edit-and-sort" */ './app'))()
cb(app.default, null, null, null, null, 'edit-and-sort')
}
}