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