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