mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-13 21:33:42 +08:00
7 lines
295 B
TypeScript
7 lines
295 B
TypeScript
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 };
|