heli-mes/mes-ui/mes-ui-admin-vue3/src/components/index.ts

7 lines
153 B
TypeScript
Raw Normal View History

2025-01-09 18:29:48 +08:00
import type { App } from 'vue'
import { Icon } from './Icon'
export const setupGlobCom = (app: App<Element>): void => {
app.component('Icon', Icon)
}