mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-30 06:22:48 +08:00
7 lines
141 B
JavaScript
7 lines
141 B
JavaScript
// eslint-disable-next-line import/extensions
|
|
import { install } from './core';
|
|
|
|
export function onAppCreated({ app }) {
|
|
install(app);
|
|
}
|