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