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