This commit is contained in:
zoujiandong
2025-08-27 14:18:00 +08:00
parent 58d9fb3d7a
commit 42ef4d312e
4 changed files with 78 additions and 40 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
const props = defineProps({
visible: {
type: Boolean,
default: true
default: false
},
title: {
type: String,