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