11
WXL
4 天以前 920e530b68c0f4dba434281ce94c9814e9937db3
1
2
3
4
5
6
import type { App } from 'vue'
import { Icon } from './Icon'
 
export const setupGlobCom = (app: App<Element>): void => {
  app.component('Icon', Icon)
}