mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-19 16:13:41 +08:00
feat(projects): 细节完善、迁移页面
This commit is contained in:
6
src/views/document/index.ts
Normal file
6
src/views/document/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
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 };
|
Reference in New Issue
Block a user