import type { App } from 'vue' import SvgIcon from '@/components/Icon/SvgIcon.vue' export function setupSvgIcon(app: App) { app.component('SvgIcon', SvgIcon) }