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