feat:【antd】【crm】产品的列表、详情优化
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
import { defineAsyncComponent } from 'vue';
|
||||
|
||||
export const ProductDetailsInfo = defineAsyncComponent(
|
||||
() => import('./modules/detail-info.vue'),
|
||||
);
|
||||
|
||||
export const ProductForm = defineAsyncComponent(
|
||||
() => import('./modules/form.vue'),
|
||||
);
|
||||
|
||||
export const ProductDetails = defineAsyncComponent(
|
||||
() => import('./modules/detail.vue'),
|
||||
() => import('./detail/modules/info.vue'),
|
||||
);
|
||||
|
||||
export const ProductDetailsList = defineAsyncComponent(
|
||||
|
||||
Reference in New Issue
Block a user