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