From a4cbd5c094511951646236aa4ccb9ecd39a5deb3 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Wed, 5 Nov 2025 21:06:26 +0800 Subject: [PATCH] fix: import --- .../diy-editor/components/mobile/product-list/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/product-list/index.vue b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/product-list/index.vue index 9a4861fa6..446b78b61 100644 --- a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/product-list/index.vue +++ b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/product-list/index.vue @@ -7,6 +7,8 @@ import { onMounted, ref, watch } from 'vue'; import { fenToYuan } from '@vben/utils'; +import { Image } from 'ant-design-vue'; + import { getSpuDetailList } from '#/api/mall/product/spu'; /** 商品栏 */