mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2026-05-16 03:28:14 +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);
|
|
}
|