feat:【antd】【crm】将 defineAsyncComponent 调整成 export
This commit is contained in:
@@ -1,5 +1 @@
|
||||
import { defineAsyncComponent } from 'vue';
|
||||
|
||||
export const BusinessDetailsList = defineAsyncComponent(
|
||||
() => import('./detail-list.vue'),
|
||||
);
|
||||
export { default as BusinessDetailsList } from './detail-list.vue';
|
||||
|
||||
Reference in New Issue
Block a user