|
|
@ -1,10 +1,9 @@ |
|
|
|
import * as fuiExport from "./index"; |
|
|
|
import * as fuiExport from "./index"; |
|
|
|
import * as injectFn from "@/core/5.inject"; |
|
|
|
import * as injectFn from "@/core/5.inject"; |
|
|
|
import { _global } from "@/core/0.foundation"; |
|
|
|
import { _global } from "@/core/0.foundation"; |
|
|
|
import * as Decorators from "@/core/decorator"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_global.BI = _global.BI || {}; |
|
|
|
_global.BI = _global.BI || {}; |
|
|
|
_global.BI.Decorators = { ...Decorators, Model: fuiExport.Fix.Model }; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Object.assign(_global, { |
|
|
|
Object.assign(_global, { |
|
|
|
Fix: fuiExport.Fix, |
|
|
|
Fix: fuiExport.Fix, |
|
|
|