2025-09-05 22:40:22 +08:00

6 lines
107 B
Smarty

import Icon from './Icon';
export function onAppCreated({ app }) {
app.component('fes-icon', Icon);
}