We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c486dfd commit 19789faCopy full SHA for 19789fa
src/components/DiyEditor/components/mobile/PromotionCombination/index.vue
@@ -120,8 +120,8 @@ import * as ProductSpuApi from '@/api/mall/product/spu'
120
import * as CombinationActivityApi from '@/api/mall/promotion/combination/combinationActivity'
121
import {fenToYuan} from "@/utils";
122
123
-/** 商品卡片 */
124
-defineOptions({name: 'ProductCard'})
+/** 拼团卡片 */
+defineOptions({name: 'PromotionCombination'})
125
// 定义属性
126
127
const props = defineProps<{ property: PromotionCombinationProperty }>();
0 commit comments