From 7cf37e2da659bb80a15c1936a03e39303d2e3126 Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Wed, 29 Apr 2026 13:11:36 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20props=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue index 6fb34a98..971136bb 100644 --- a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue +++ b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue @@ -85,11 +85,11 @@ import ImageClip from "./image-clip.vue" const props = defineProps({ type: { type: String, - default: () => false + default: "" }, isProduct: { type: Boolean, - default: () => false + default: false } })