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