From 735259265b19227be1001c204a684432be0897a7 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期二, 07 十一月 2023 10:02:12 +0800
Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/bulletin-board-style1 into dev
---
src/components/CommonModal.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/CommonModal.vue b/src/components/CommonModal.vue
index 372690b..43c79aa 100644
--- a/src/components/CommonModal.vue
+++ b/src/components/CommonModal.vue
@@ -28,7 +28,7 @@
/** 鏄惁灞曠ず妯℃�佹 */
modelValue: boolean
/** 鏇村鐗堟湰 */
- wider: boolean
+ wider?: boolean
}
const props = withDefaults(defineProps<BaseModalProps>(), {
modelValue: false,
--
Gitblit v1.8.0