feat: 增加类型

This commit is contained in:
2025-12-12 19:33:10 +08:00
parent 18249d23a0
commit 2b96cd8a53

View File

@ -92,7 +92,7 @@ const props = defineProps({
default: {}
},
maxHeight: {
type: Number,
type: [Number, String],
default: 666
}, search: {
type: Boolean,