mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-09 04:04:27 +08:00
6 lines
107 B
Smarty
6 lines
107 B
Smarty
import Icon from './Icon';
|
|
|
|
export function onAppCreated({ app }) {
|
|
app.component('fes-icon', Icon);
|
|
}
|