perf: 优化导出导入
This commit is contained in:
3
apps/web-antd/src/views/crm/followup/index.ts
Normal file
3
apps/web-antd/src/views/crm/followup/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { defineAsyncComponent } from 'vue';
|
||||
|
||||
export const FollowUp = defineAsyncComponent(() => import('./index.vue'));
|
||||
Reference in New Issue
Block a user