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