From f3fbf923a46e76947ad2f2344e50143f5b5d8705 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Fri, 22 Mar 2024 16:27:54 +0800
Subject: [PATCH] 更新

---
 components/caption/caption.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/caption/caption.vue b/components/caption/caption.vue
index 6aceefa..e5a5c39 100644
--- a/components/caption/caption.vue
+++ b/components/caption/caption.vue
@@ -24,11 +24,11 @@
 			url: String, //点击后跳转的URL地址
 			fontSize: {
 				type: String,
-				value: '32rpx'
+				default: '32rpx'
 			},
 			bgColor: {
 				type: String,
-				value: '#017BFC'
+				default: '#017BFC'
 			}
 		},
 		methods: {

--
Gitblit v1.9.3