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