From a1d7e81859f554f3a53680cc35f0f49bf1f77098 Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期四, 14 五月 2026 14:37:02 +0800
Subject: [PATCH] 导入项目
---
src/views/mall/promotion/components/index.ts | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/src/views/mall/promotion/components/index.ts b/src/views/mall/promotion/components/index.ts
new file mode 100644
index 0000000..b42c8ce
--- /dev/null
+++ b/src/views/mall/promotion/components/index.ts
@@ -0,0 +1,14 @@
+import SpuSelect from './SpuSelect.vue'
+import SpuAndSkuList from './SpuAndSkuList.vue'
+import { PropertyAndValues } from '@/views/mall/product/spu/components'
+
+type SpuProperty<T> = {
+ spuId: number
+ spuDetail: T
+ propertyList: PropertyAndValues[]
+}
+
+/**
+ * 鎻愪緵鍟嗗搧娲诲姩鍟嗗搧閫夋嫨閫氱敤缁勪欢
+ */
+export { SpuSelect, SpuAndSkuList, SpuProperty }
--
Gitblit v1.8.0