const DocumentVue = () => import('./vue/index.vue'); const DocumentVueNew = () => import('./vue-new/index.vue'); const DocumentVite = () => import('./vite/index.vue'); const DocumentNaive = () => import('./naive/index.vue'); export { DocumentVue, DocumentVueNew, DocumentVite, DocumentNaive };