Browse Source
Merge in VISUAL/fineui from ~TREECAT/fineui:master to master * commit 'a7ebd6ec1b2a8c53f3b85aa8f183cfc5fc154139': KERNEL-15856 fix:兼容定时调度research/test
treecat-罗群
1 year ago
4 changed files with 16 additions and 17 deletions
@ -1,14 +0,0 @@
|
||||
export * from './worker.js'; |
||||
|
||||
// "!src/base/single/input/file.js",
|
||||
// "!src/case/ztree/**/*.js",
|
||||
import * as _case from './case'; |
||||
import * as _widget from './widget'; |
||||
import { _global } from "@/core/0.foundation"; |
||||
|
||||
const fuiExport = { |
||||
..._case, |
||||
..._widget |
||||
}; |
||||
|
||||
Object.assign(_global.BI, fuiExport); |
Loading…
Reference in new issue