forked from fanruan/fineui
Browse Source
* commit '2eba857312729390cb3e82a24fe6d1cb72f684cb': KERNEL-15856 fix:兼容定时调度research/test
superman
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