import DSJCheckbox from "./index.vue"; export default { install(app) { app.component('dsj-checkbox', DSJCheckbox); }, }