index.js 183 B

12345678
  1. import VueDatepicker from './src/vue-datepicker.vue';
  2. VueDatepicker.install = function(Vue) {
  3. Vue.component(VueDatepicker.name, VueDatepicker);
  4. };
  5. export default VueDatepicker;