mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +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);
|
|
}
|