mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-09-18 11:20:01 +08:00
6 lines
94 B
Smarty
6 lines
94 B
Smarty
import { install } from "./core";
|
|
|
|
export function onAppCreated({ app }) {
|
|
install(app)
|
|
}
|