mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-23 22:36:39 +08:00
集成jeecg的aiflow AI流程设计器
This commit is contained in:
@ -2,10 +2,12 @@ import type { App } from 'vue';
|
||||
import { warn } from '/@/utils/log';
|
||||
import { registerDynamicRouter } from '/@/utils/monorepo/dynamicRouter';
|
||||
// 引入模块
|
||||
import PACKAGE_TEST_JEECG_ONLINE from '@jeecg/online';
|
||||
import PACKAGE_JEECG_ONLINE from '@jeecg/online';
|
||||
import PACKAGE_JEECG_AIFLOW from '@jeecg/aiflow';
|
||||
|
||||
export function registerPackages(app: App) {
|
||||
use(app, PACKAGE_TEST_JEECG_ONLINE);
|
||||
use(app, PACKAGE_JEECG_ONLINE);
|
||||
use(app, PACKAGE_JEECG_AIFLOW);
|
||||
}
|
||||
|
||||
// noinspection JSUnusedGlobalSymbols
|
||||
|
||||
Reference in New Issue
Block a user