mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-22 09:00:25 +08:00
5 lines
152 B
TypeScript
5 lines
152 B
TypeScript
|
|
export default {
|
||
|
|
MongoList: () => import('@/views/ops/mongo/MongoList.vue'),
|
||
|
|
MongoDataOp: () => import('@/views/ops/mongo/MongoDataOp.vue'),
|
||
|
|
};
|