UNPKG

vue-pro-components

Version:
9 lines (5 loc) 185 B
import { withInstall } from '@vue-pro-components/utils' import Comp from './icon-font.vue' Comp.name = 'VpIconFont' export const IconFont = withInstall(Comp) export default IconFont