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