import VEIcon from './src/main.vue' VEIcon.install = function (Vue) { Vue.component(VEIcon.name, VEIcon) } export default VEIcon