feat:【antd】商品积分活动的 review

This commit is contained in:
YunaiV
2025-10-23 09:35:16 +08:00
parent ebc7aba637
commit 9abaf69df1
8 changed files with 56 additions and 109 deletions

View File

@@ -2,4 +2,4 @@ export { default as SpuAndSkuList } from './spu-and-sku-list.vue';
export { default as SpuSkuSelect } from './spu-sku-select.vue';
export type * from './types';
// TODO @puhui999这个要不要也放到 product/spu/components 下?相当于各种商品的 select 能力,统一由 spu 提供组件化能力!