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