index.js 198 B

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