|
|
@ -10,10 +10,12 @@ export * from "./widget"; |
|
|
|
export * from "./component"; |
|
|
|
export * from "./component"; |
|
|
|
export * from "./fix"; |
|
|
|
export * from "./fix"; |
|
|
|
export * from "./router"; |
|
|
|
export * from "./router"; |
|
|
|
|
|
|
|
export * from "./third"; |
|
|
|
export * as Popper from "@popperjs/core"; |
|
|
|
export * as Popper from "@popperjs/core"; |
|
|
|
export const jQuery = jquery; |
|
|
|
export const jQuery = jquery; |
|
|
|
export const $ = jquery; |
|
|
|
export const $ = jquery; |
|
|
|
|
|
|
|
|
|
|
|
import * as D from "@/core/decorator"; |
|
|
|
import * as D from "@/core/decorator"; |
|
|
|
import { Fix } from "./fix"; |
|
|
|
import { Fix } from "./fix"; |
|
|
|
|
|
|
|
|
|
|
|
export const Decorators = { ...D, Model: Fix.Model }; |
|
|
|
export const Decorators = { ...D, Model: Fix.Model }; |
|
|
|