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