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