jian
1 year ago
7 changed files with 38 additions and 11 deletions
@ -0,0 +1,14 @@
|
||||
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