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