feat:【antd】【crm】商机的整体代码结构优化
This commit is contained in:
5
apps/web-antd/src/views/crm/business/components/index.ts
Normal file
5
apps/web-antd/src/views/crm/business/components/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { defineAsyncComponent } from 'vue';
|
||||
|
||||
export const BusinessDetailsList = defineAsyncComponent(
|
||||
() => import('./detail-list.vue'),
|
||||
);
|
||||
Reference in New Issue
Block a user