From 0112afbbdf8b3ebb2aea30259675c33f5d08e0f6 Mon Sep 17 00:00:00 2001 From: yufei0306 <13417315+yufei0306@user.noreply.gitee.com> Date: Tue, 21 May 2024 15:38:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=99=84=E4=BB=B6=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Annex/src/Annex.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Annex/src/Annex.vue b/src/components/Annex/src/Annex.vue index ffb0dc15c..69c4c614c 100644 --- a/src/components/Annex/src/Annex.vue +++ b/src/components/Annex/src/Annex.vue @@ -69,7 +69,7 @@ const props = defineProps({ }, showAddBtn: { type: Boolean, - required: true + default: true }, }) // 子传父的时候需要先定义好emit这个方法